1 write to _sourceGeneratorItem
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.BrowseObject.cs (1)
17_sourceGeneratorItem = sourceGeneratorItem;
2 references to _sourceGeneratorItem
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.BrowseObject.cs (2)
21public string TypeName => _sourceGeneratorItem.Identity.TypeName; 24public string? Path => _sourceGeneratorItem.AnalyzerReference.FullPath;