1 write to _addMenuItem
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
105
_addMenuItem
= AddCommandHandler(menuCommandService, ID.RoslynCommands.AddAnalyzer, AddAnalyzerHandler);
3 references to _addMenuItem
Microsoft.VisualStudio.LanguageServices.Implementation (3)
SolutionExplorer\AnalyzersCommandHandler.cs (3)
160
if (
_addMenuItem
!= null)
162
_addMenuItem
.Visible = SelectedProjectSupportsAnalyzers();
163
_addMenuItem
.Enabled = _allowProjectSystemOperations;