1 instantiation of RequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
35return new RequestAsyncResult(message, this.InnerChannel, timeout, callback, state);
7 references to RequestAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (7)
45Message message = RequestAsyncResult.End(result); 163RequestAsyncResult thisPtr = AsyncResult.End<RequestAsyncResult>(result); 174RequestAsyncResult thisPtr = (RequestAsyncResult)result.AsyncState; 206RequestAsyncResult thisPtr = (RequestAsyncResult)result.AsyncState;