14 instantiations of ChainedCloseAsyncResult
System.ServiceModel (14)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
174return new ChainedCloseAsyncResult(timeout, callback, state,
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
302return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, localUpgrade); 306return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1107return new ChainedCloseAsyncResult(timeout, callback, state, channel.BeginClose, channel.EndClose, activeChannels);
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
83return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.channelAcceptor);
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
151return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelListener);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
42return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelFactory);
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
53return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelFactory); 214return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerOutputChannel);
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
58return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, ChannelAcceptor);
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
1137return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, objectsToClose); 1205return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, objectsToClose);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
59return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, ChannelAcceptor);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1108return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.serviceChannelFactory);
16 references to ChainedCloseAsyncResult
System.ServiceModel (16)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
181ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
312ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1115ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
88ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\HttpChannelListener.cs (3)
1040ChainedCloseAsyncResult.End(result); 1448ChainedCloseAsyncResult closeResult = new ChainedCloseAsyncResult( 1461ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
156ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
47ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
58ChainedCloseAsyncResult.End(result); 219ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
63ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
1142ChainedCloseAsyncResult.End(result); 1210ChainedCloseAsyncResult.End(result);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
64ChainedCloseAsyncResult.End(result);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1113ChainedCloseAsyncResult.End(result);