3 references to ChainedCloseAsyncResult
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
179
return new
ChainedCloseAsyncResult
(timeout, callback, state,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
52
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, _innerChannelFactory);
213
return new
ChainedCloseAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, _innerOutputChannel);