3 references to WaitForPendingRequestsAsync
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
808await WaitForPendingRequestsAsync(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (2)
78return WaitForPendingRequestsAsync(timeout).ToApm(callback, state); 109WaitForPendingRequestsAsync(timeout).Wait();