2 instantiations of CloseCommunicationAsyncResult
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
207closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.ThisLock);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
133closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.ThisLock);
9 references to CloseCommunicationAsyncResult
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (6)
194CloseCommunicationAsyncResult closeResult = null; 242if (result is CloseCommunicationAsyncResult) 244CloseCommunicationAsyncResult.End(result); 302AsyncResult.End<CloseCommunicationAsyncResult>(result); 330CloseCommunicationAsyncResult closeResult = (CloseCommunicationAsyncResult)state;
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (3)
127CloseCommunicationAsyncResult closeResult = null; 239if (result is CloseCommunicationAsyncResult) 241CloseCommunicationAsyncResult.End(result);