9 references to AsynchronousOperationListenerProvider
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
NavigateTo\OmniSharpNavigateToSearchService.cs (1)
28AsynchronousOperationListenerProvider.NullListener,
Microsoft.CodeAnalysis.Features (3)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
81_listener = listenerProvider?.GetListener(FeatureAttribute.DiagnosticService) ?? AsynchronousOperationListenerProvider.NullListener;
ExternalAccess\VSTypeScript\Api\VSTypeScriptCompletionServiceWithProviders.cs (1)
20: base(workspace.Services.SolutionServices, AsynchronousOperationListenerProvider.NullProvider)
Shared\TestHooks\Legacy\ListenerForwarders.cs (1)
8[assembly: TypeForwardedTo(typeof(Microsoft.CodeAnalysis.Shared.TestHooks.AsynchronousOperationListenerProvider))]
Microsoft.CodeAnalysis.Workspaces (5)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (4)
23/// <see cref="AsynchronousOperationListenerProvider" /> in test to get waiter. 27[Export(typeof(AsynchronousOperationListenerProvider))] 39/// those team can enable this without using <see cref="AsynchronousOperationListenerProvider.Enable(bool)" /> API 52/// those team can enable this without using <see cref="AsynchronousOperationListenerProvider.EnableDiagnosticTokens(bool)" /> API
Workspace\Solution\VersionSource\RecoverableTextAndVersion.RecoverableText.cs (1)
31AsynchronousOperationListenerProvider.NullListener,