LineMapping.MappedSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.