4 references to _path
Microsoft.VisualStudio.LanguageServices.Implementation (4)
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.BrowseObject.cs (1)
17
public string? Path => sourceGeneratorItem.
_path
;
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.cs (3)
32
Hash.Combine(
_path
, this.Identity.GetHashCode())));
46
_path
== other.
_path
;