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)
21
public string TypeName =>
_sourceGeneratorItem
.Identity.TypeName;
24
public string? Path =>
_sourceGeneratorItem
.AnalyzerReference.FullPath;