5 references to ChainedAsyncResult
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
443
return new
ChainedAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose,
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
286
return new
ChainedAsyncResult
(timeout, callback, state, BeginChannelClose, EndChannelClose, BeginFactoryClose, EndFactoryClose);
301
return new
ChainedAsyncResult
(timeout, callback, state, BeginFactoryOpen, EndFactoryOpen, BeginChannelOpen, EndChannelOpen);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
65
return new
ChainedAsyncResult
(timeout, callback, state, this.BeginCloseSecurityProtocol, this.EndCloseSecurityProtocol,
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
316
return new
ChainedAsyncResult
(timeout, callback, state, BeginCloseInput, EndCloseInput, OnBeginCloseContinue, OnEndCloseContinue);