1 instantiation of AbandonAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
145return new AbandonAsyncResult(this, exception, timeout, callback, state);
4 references to AbandonAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReceiveContext.cs (4)
204AbandonAsyncResult.End(result); 479AsyncResult.End<AbandonAsyncResult>(result); 496AbandonAsyncResult thisPtr = (AbandonAsyncResult)result.AsyncState;