1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
422return new CloseAsyncResult(this, timeout, callback, state);
8 references to CloseAsyncResult
System.ServiceModel (8)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (8)
427CloseAsyncResult.End(result); 725AsyncResult.End<CloseAsyncResult>(result); 735CloseAsyncResult thisPtr = (CloseAsyncResult)result.AsyncState; 767CloseAsyncResult thisPtr = (CloseAsyncResult)result.AsyncState; 794CloseAsyncResult thisPtr = (CloseAsyncResult)state;