LineMapping.MappedSpan Property

Definition

If the line mapping directive maps the span into an explicitly specified file the HasMappedPath is true. If the path is not mapped Path is empty and HasMappedPath is false. If the line mapping directive marks hidden code IsValid is false.

public Microsoft.CodeAnalysis.FileLinePositionSpan MappedSpan { get; }
member this.MappedSpan : Microsoft.CodeAnalysis.FileLinePositionSpan
Public ReadOnly Property MappedSpan As FileLinePositionSpan

Property Value

Applies to