1 write to Identity
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.cs (1)
22Identity = new SourceGeneratorIdentity(generator, analyzerReference);
2 references to Identity
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.BrowseObject.cs (1)
21public string TypeName => _sourceGeneratorItem.Identity.TypeName;
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (1)
79sourceGeneratedDocuments.Where(d => d.Identity.Generator == _parentGeneratorItem.Identity)