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