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