1 instantiation of ReplyAsyncResult
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
702return new ReplyAsyncResult(this, message, timeout, callback, state);
4 references to ReplyAsyncResult
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
707ReplyAsyncResult.End(result); 739AsyncResult.End<ReplyAsyncResult>(result); 750ReplyAsyncResult thisPtr = (ReplyAsyncResult)result.AsyncState;