1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\TransportManager.cs (1)
255return new CloseAsyncResult(this, callback, timeout, state);
2 references to CloseAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\TransportManager.cs (2)
260CloseAsyncResult.End(result); 380AsyncResult.End<CloseAsyncResult>(result);