1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
265return new CloseAsyncResult(this, timeout, callback, state);
6 references to CloseAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (6)
270CloseAsyncResult.End(result); 441CloseAsyncResult thisPtr = (CloseAsyncResult)state; 470CloseAsyncResult thisPtr = (CloseAsyncResult)result.AsyncState; 490AsyncResult.End<CloseAsyncResult>(result);