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