6 references to WaitAllAsync
Microsoft.CodeAnalysis.ExternalAccess.Apex (1)
ApexAsynchronousOperationListenerProviderAccessor.cs (1)
32=> _implementation.WaitAllAsync(_workspace, featureNames, eventProcessingAction, timeout);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Testing\WaitForAsyncOperationsHandler.cs (1)
45await _provider.WaitAllAsync(context.Solution!.Workspace, request.Operations).ConfigureAwait(false);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\AsynchronousOperationListener\RemoteAsynchronousOperationListenerService.cs (1)
55await listenerProvider.WaitAllAsync(workspace, [.. featureNames]).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
AsynchronousOperationListenerExtensions.cs (1)
15await ((AsynchronousOperationListenerProvider)provider).WaitAllAsync(workspace, featureNames).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionWithSourceGeneratorTests.cs (1)
1560await operations.WaitAllAsync(workspace, [FeatureAttribute.Workspace, FeatureAttribute.SourceGenerators]);
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
787await operations.WaitAllAsync(workspace, [FeatureAttribute.Workspace, FeatureAttribute.SourceGenerators]);