5 references to Identity
Microsoft.VisualStudio.LanguageServices.Implementation (5)
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.BrowseObject.cs (1)
14public string TypeName => sourceGeneratorItem.Identity.TypeName;
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.cs (3)
32Hash.Combine(_path, this.Identity.GetHashCode()))); 45this.Identity == other.Identity &&
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (1)
63sourceGeneratedDocuments.Where(d => d.Identity.Generator == _parentGeneratorItem.Identity)