7 references to CloseCollectionAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ChainedAsyncResult.cs (1)
155return new CloseCollectionAsyncResult(timeout, callback, state, collection);
System\ServiceModel\Channels\ChannelTracker.cs (1)
141return new CloseCollectionAsyncResult(timeout, callback, state, collection);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1105return new CloseCollectionAsyncResult(timeout, callback, state, activeChannels);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
284return new CloseCollectionAsyncResult(timeout, callback, state, objectList);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
655return new CloseCollectionAsyncResult(timeout, callback, state, list);
System\ServiceModel\ServiceHost.cs (2)
1336result = new CloseCollectionAsyncResult(timeout, callback, this, listeners); 1540result = new CloseCollectionAsyncResult(timeout, callback, this, channelDispatchers);