Implemented interface member:
method
ExpeditedWaitAsync
Microsoft.CodeAnalysis.Shared.TestHooks.IAsynchronousOperationWaiter.ExpeditedWaitAsync()
5 references to ExpeditedWaitAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
Tagging\AsynchronousTaggerTests.cs (3)
89
await asyncListener.
ExpeditedWaitAsync
();
192
await asyncListener.
ExpeditedWaitAsync
();
239
await asyncListener.
ExpeditedWaitAsync
();
Utilities\AsynchronousOperationListenerTests.cs (2)
331
var waitTask = listener.
ExpeditedWaitAsync
();
344
var waitTask = listener.
ExpeditedWaitAsync
();