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