3 writes to MappedSpan
Microsoft.CodeAnalysis (3)
Syntax\LineDirectiveMap.LineMappingEntry.cs (3)
82this.MappedSpan = default; 98this.MappedSpan = default; 112this.MappedSpan = mappedSpan;
4 references to MappedSpan
Microsoft.CodeAnalysis (4)
Syntax\LineDirectiveMap.cs (4)
86return entry.MappedSpan; 96unmapped.Line - entry.UnmappedLine + entry.MappedSpan.Start.Line, 98entry.MappedSpan.Start.Character + unmapped.Character - entry.UnmappedCharacterOffset.GetValueOrDefault() : 256new FileLinePositionSpan(path, entry.MappedSpan, hasMappedPath));