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