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