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