1 write to _path
Microsoft.CodeAnalysis.CSharp (1)
Utilities\InterceptableLocation.cs (1)
68
_path
= path;
4 references to _path
Microsoft.CodeAnalysis.CSharp (4)
Utilities\InterceptableLocation.cs (4)
77
return $"{
_path
}({_lineNumberOneIndexed},{_characterNumberOneIndexed})";
98
var displayFileName = Path.GetFileName(
_path
);
166
&&
_path
== other.
_path