1 write to _addMenuItem
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
104_addMenuItem = menuCommandService.AddCommand(Guids.RoslynGroupId, ID.RoslynCommands.AddAnalyzer, AddAnalyzerHandler);
3 references to _addMenuItem
Microsoft.VisualStudio.LanguageServices.Implementation (3)
SolutionExplorer\AnalyzersCommandHandler.cs (3)
159if (_addMenuItem != null) 161_addMenuItem.Visible = SelectedProjectSupportsAnalyzers(); 162_addMenuItem.Enabled = _allowProjectSystemOperations;