1 instantiation of ReplyAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
45return new ReplyAsyncResult(message, this, timeout, callback, state);
6 references to ReplyAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (6)
65ReplyAsyncResult.End(result); 166AsyncResult.End<ReplyAsyncResult>(result); 176ReplyAsyncResult thisPtr = (ReplyAsyncResult)result.AsyncState; 208ReplyAsyncResult thisPtr = (ReplyAsyncResult)result.AsyncState;