3 writes to MappedPathOpt
Microsoft.CodeAnalysis (3)
Syntax\LineDirectiveMap.LineMappingEntry.cs (3)
84
this.
MappedPathOpt
= null;
100
this.
MappedPathOpt
= mappedPathOpt;
114
this.
MappedPathOpt
= mappedPathOpt;
5 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;