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