6 references to WaitForCompletion
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (4)
143CloseAsyncInternal(timeout).WaitForCompletion(); 318OpenAsyncInternal(timeout).WaitForCompletion(); 805OnCloseAsyncInternal(communicationObject, timeout).WaitForCompletion(); 820OnOpenAsyncInternal(communicationObject, timeout).WaitForCompletion();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
468WriteMessageAsyncInternal(message, stream).WaitForCompletion();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TimeoutStream.cs (1)
64WriteAsyncInternal(buffer, offset, count, CancellationToken.None).WaitForCompletion();