1 implementation of ExpeditedWaitAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\AsynchronousOperationListener\RemoteAsynchronousOperationListenerService.cs (1)
47
public ValueTask
ExpeditedWaitAsync
(ImmutableArray<string> featureNames, CancellationToken cancellationToken)
1 reference to ExpeditedWaitAsync
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
140
(service, cancellationToken) => service.
ExpeditedWaitAsync
(featureNames.ToImmutableArrayOrEmpty(), cancellationToken),