6 references to
Microsoft.VisualStudio.LanguageServices.Implementation (6)
SolutionExplorer\AnalyzerItem\AnalyzerItem.cs (1)
21: base(GetNameText(analyzerReference))
SolutionExplorer\AnalyzersFolderItem\AnalyzersFolderItem.cs (1)
26: base(SolutionExplorerShim.Analyzers)
SolutionExplorer\DiagnosticItem\DiagnosticItem.cs (1)
31: base(descriptor.Id + ": " + descriptor.Title)
SolutionExplorer\DiagnosticItem\SourceGeneratorItem.cs (1)
19: base(name: SourceGeneratorIdentity.GetGeneratorTypeName(generator))
SolutionExplorer\SourceGeneratedFileItems\NoSourceGeneratedFilesPlaceholderItem.cs (1)
13: base(SolutionExplorerShim.This_generator_is_not_generating_files)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItem.cs (1)
28: base(name: hintName)