2 references to CloseCommunicationAsyncResult
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
207
closeResult = new
CloseCommunicationAsyncResult
(timeout, callback, state, this.ThisLock);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
133
closeResult = new
CloseCommunicationAsyncResult
(timeout, callback, state, this.ThisLock);