2 references to HasPendingWaiter
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
AbstractCommandHandlerTestState.cs (1)
237Assert.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)
44return new ValueTask<bool>(!listenerProvider.HasPendingWaiter(featureNames.ToArray()));