3 writes to MappedPathOpt
Microsoft.CodeAnalysis (3)
Syntax\LineDirectiveMap.LineMappingEntry.cs (3)
84
this.
MappedPathOpt
= null;
100
this.
MappedPathOpt
= mappedPathOpt;
114
this.
MappedPathOpt
= mappedPathOpt;
7 references to MappedPathOpt
Microsoft.CodeAnalysis (5)
Syntax\LineDirectiveMap.cs (5)
60
string path = entry.
MappedPathOpt
?? treeFilePath;
64
return new FileLinePositionSpan(path, span, hasMappedPath: entry.
MappedPathOpt
!= null);
183
current.
MappedPathOpt
== null);
248
string path = entry.
MappedPathOpt
?? string.Empty;
249
bool hasMappedPath = entry.
MappedPathOpt
!= null;
Microsoft.CodeAnalysis.CSharp (2)
Syntax\CSharpLineDirectiveMap.cs (2)
46
var mappedPathOpt = (previous.State == PositionState.RemappedSpan) ? null : previous.
MappedPathOpt
;
240
Debug.Assert(this.Entries[0].
MappedPathOpt
== null);