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