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