1 instantiation of OperationAsyncResult
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
154return new OperationAsyncResult(this, message, transaction, callback, state);
13 references to OperationAsyncResult
System.ServiceModel.Routing (13)
System\ServiceModel\Routing\ClientFactory.cs (13)
49Queue<OperationAsyncResult> waiters; 159return OperationAsyncResult.End(result); 204this.parent.waiters = new Queue<OperationAsyncResult>(); 242OperationAsyncResult thisPtr = AsyncResult.End<OperationAsyncResult>(result); 248OperationAsyncResult thisPtr = (OperationAsyncResult)openResult.AsyncState; 255Queue<OperationAsyncResult> localWaiters = null; 272foreach (OperationAsyncResult waiter in localWaiters) 293OperationAsyncResult thisPtr = (OperationAsyncResult)result.AsyncState; 300OperationAsyncResult waiter = (OperationAsyncResult)state;