1 write to CommandHandler
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
51CommandHandler = commandHandler;
2 references to CommandHandler
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
171return (BaseItem)new DiagnosticItem(project.Id, analyzerReference, selectedDiagnostic, effectiveSeverity, CommandHandler);
SolutionExplorer\DiagnosticItem\CpsDiagnosticItemSource.cs (1)
85public IContextMenuController DiagnosticItemContextMenuController => CommandHandler.DiagnosticContextMenuController;