1 write to _openHelpLinkMenuItem
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
117
_openHelpLinkMenuItem
= menuCommandService.AddCommand(Guids.RoslynGroupId, ID.RoslynCommands.OpenDiagnosticHelpLink, OpenDiagnosticHelpLinkHandler);
1 reference to _openHelpLinkMenuItem
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
242
_openHelpLinkMenuItem
.Visible = _tracker.SelectedDiagnosticItems.Length == 1 &&