1 instantiation of ThreadSafeMenuCommandService
Microsoft.VisualStudio.LanguageServices (1)
RoslynPackage.cs (1)
82
_menuCommandService = new
ThreadSafeMenuCommandService
(menuCommandService);
5 references to ThreadSafeMenuCommandService
Microsoft.VisualStudio.LanguageServices (3)
IAnalyzerNodeSetup.cs (1)
17
Task InitializeAsync(IAsyncServiceProvider serviceProvider,
ThreadSafeMenuCommandService
menuCommandService, CancellationToken cancellationToken);
RoslynPackage.cs (2)
45
private
ThreadSafeMenuCommandService
? _menuCommandService;
191
private async Task LoadAnalyzerNodeComponentsAsync(
ThreadSafeMenuCommandService
menuCommandService, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerNodeSetup.cs (1)
31
public async Task InitializeAsync(IAsyncServiceProvider serviceProvider,
ThreadSafeMenuCommandService
menuCommandService, CancellationToken cancellationToken)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
99
public void Initialize(
ThreadSafeMenuCommandService
menuCommandService)