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