7 instantiations of 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);
13 references to CloseCollectionAsyncResult
System.ServiceModel (13)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
160CloseCollectionAsyncResult.End((CloseCollectionAsyncResult)result);
System\ServiceModel\Channels\ChannelTracker.cs (1)
146CloseCollectionAsyncResult.End(result);
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (4)
113AsyncResult.End<CloseCollectionAsyncResult>(result); 119CloseCollectionAsyncResult result; 121public CallbackState(CloseCollectionAsyncResult result, ICommunicationObject instance) 132public CloseCollectionAsyncResult Result
System\ServiceModel\Channels\DatagramAdapter.cs (2)
1112if (result is CloseCollectionAsyncResult) 1113CloseCollectionAsyncResult.End(result);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
289CloseCollectionAsyncResult.End(result);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
662CloseCollectionAsyncResult.End(result);
System\ServiceModel\ServiceHost.cs (2)
1370CloseCollectionAsyncResult.End(result); 1574CloseCollectionAsyncResult.End(result);