1 write to _path
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineAnalyzerReference.cs (1)
21
_path
= path;
4 references to _path
Microsoft.CodeAnalysis (4)
CommandLine\CommandLineAnalyzerReference.cs (4)
31
return
_path
;
42
return
_path
== other.
_path
;
47
return Hash.Combine(
_path
, 0);