4 references to WaitAllDispatcherOperationAndTasksAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
AbstractCommandHandlerTestState.cs (1)
241
await provider.
WaitAllDispatcherOperationAndTasksAsync
(Workspace, FeatureAttribute.EventHookup, FeatureAttribute.CompletionSet, FeatureAttribute.SignatureHelp);
Diagnostics\DiagnosticTaggerWrapper.cs (1)
77
=> _listenerProvider.
WaitAllDispatcherOperationAndTasksAsync
(
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
RenameTracking\RenameTrackingTestState.cs (1)
212
await provider.
WaitAllDispatcherOperationAndTasksAsync
(
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\UseExportProviderAttribute.cs (1)
138
var waiter = ((AsynchronousOperationListenerProvider)listenerProvider).
WaitAllDispatcherOperationAndTasksAsync
(workspace: null);