2 instantiations of 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);
9 references to CloseCommunicationAsyncResult
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (6)
194
CloseCommunicationAsyncResult
closeResult = null;
242
if (result is
CloseCommunicationAsyncResult
)
244
CloseCommunicationAsyncResult
.End(result);
302
AsyncResult.End<
CloseCommunicationAsyncResult
>(result);
330
CloseCommunicationAsyncResult
closeResult = (
CloseCommunicationAsyncResult
)state;
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (3)
127
CloseCommunicationAsyncResult
closeResult = null;
239
if (result is
CloseCommunicationAsyncResult
)
241
CloseCommunicationAsyncResult
.End(result);