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