1 implementation of ExpeditedWaitAsync
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListener.cs (1)
157
public Task
ExpeditedWaitAsync
()
1 reference to ExpeditedWaitAsync
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
130
tasks = waiters.Select(x => x.
ExpeditedWaitAsync
()).Where(t => !t.IsCompleted).ToList();