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