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