2 references to HasPendingWaiter
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
AbstractCommandHandlerTestState.cs (1)
234Assert.False(provider.HasPendingWaiter(FeatureAttribute.EventHookup, FeatureAttribute.CompletionSet, FeatureAttribute.SignatureHelp), "IAsyncTokens unexpectedly alive. Call WaitForAsynchronousOperationsAsync before this method");
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\AsynchronousOperationListener\RemoteAsynchronousOperationListenerService.cs (1)
43return new ValueTask<bool>(!listenerProvider.HasPendingWaiter([.. featureNames]));