1 instantiation of ReplyAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3225return new ReplyAsyncResult(this, message, timeout, callback, state);
4 references to ReplyAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
3230ReplyAsyncResult.End(result); 3269AsyncResult.End<ReplyAsyncResult>(result); 3280ReplyAsyncResult thisPtr = (ReplyAsyncResult)result.AsyncState;