1 write to CommandHandler
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
35CommandHandler = commandHandler;
2 references to CommandHandler
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
121return new DiagnosticItem(projectId, AnalyzerReference, selectedDiagnostic, effectiveSeverity, CommandHandler);
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (1)
72public IContextMenuController DiagnosticItemContextMenuController => CommandHandler.DiagnosticContextMenuController;