1 write to _path
Microsoft.CodeAnalysis.CSharp (1)
Utilities\InterceptableLocation.cs (1)
71
_path
= path;
5 references to _path
Microsoft.CodeAnalysis.CSharp (5)
Utilities\InterceptableLocation.cs (5)
80
var mappedPath = _resolver?.NormalizePath(
_path
, baseFilePath: null) ??
_path
;
104
var displayFileName = Path.GetFileName(
_path
);
172
&&
_path
== other.
_path