3 writes to MappedLine
Microsoft.CodeAnalysis (3)
Syntax\LineDirectiveMap.LineMappingEntry.cs (3)
81
this.
MappedLine
= unmappedLine;
97
this.
MappedLine
= mappedLine;
111
this.
MappedLine
= -1;
4 references to MappedLine
Microsoft.CodeAnalysis (4)
Syntax\LineDirectiveMap.cs (4)
73
int mappedLine = unmapped.Line - entry.UnmappedLine + entry.
MappedLine
;
182
current.
MappedLine
== 0 &&
260
new LinePosition(entry.
MappedLine
, character: 0),
261
new LinePosition(entry.
MappedLine
+ unmappedEndLine - entry.UnmappedLine, lineLength));