1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
193IAsyncResult result = new CloseAsyncResult(this, timeout, callback, state);
4 references to CloseAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\CommunicationObject.cs (4)
461CloseAsyncResult.End(result); 1218CloseAsyncResult thisPtr = (CloseAsyncResult)result.AsyncState; 1226AsyncResult.End<CloseAsyncResult>(result);