1 instantiation of ReplyAsyncResult
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
658
return new
ReplyAsyncResult
(this, message, timeout, callback, state);
4 references to ReplyAsyncResult
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
663
ReplyAsyncResult
.End(result);
694
AsyncResult.End<
ReplyAsyncResult
>(result);
705
ReplyAsyncResult
thisPtr = (
ReplyAsyncResult
)result.AsyncState;