2 instantiations of CloseCommunicationAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\LifetimeManager.cs (1)
227closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.ThisLock);
System\ServiceModel\ServiceChannelManager.cs (1)
133closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.ThisLock);
9 references to CloseCommunicationAsyncResult
System.ServiceModel (9)
System\ServiceModel\Channels\LifetimeManager.cs (6)
214CloseCommunicationAsyncResult closeResult = null; 262if (result is CloseCommunicationAsyncResult) 264CloseCommunicationAsyncResult.End(result); 323AsyncResult.End<CloseCommunicationAsyncResult>(result); 351CloseCommunicationAsyncResult closeResult = (CloseCommunicationAsyncResult)state;
System\ServiceModel\ServiceChannelManager.cs (3)
127CloseCommunicationAsyncResult closeResult = null; 239if (result is CloseCommunicationAsyncResult) 241CloseCommunicationAsyncResult.End(result);