1 instantiation of CallbackAsyncResult
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
397return new CallbackAsyncResult(this.callbackInstance, message, callback, state);
4 references to CallbackAsyncResult
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\ClientFactory.cs (4)
414CallbackAsyncResult.End(result); 453AsyncResult.End<CallbackAsyncResult>(result); 458CallbackAsyncResult thisPtr = (CallbackAsyncResult)result.AsyncState;