2 instantiations of CloseCollectionAsyncResult
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
273return new CloseCollectionAsyncResult(timeout, callback, state, objectList);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
417return new CloseCollectionAsyncResult(timeout, callback, state, list);
6 references to CloseCollectionAsyncResult
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (4)
119AsyncResult.End<CloseCollectionAsyncResult>(result); 124private CloseCollectionAsyncResult _result; 126public CallbackState(CloseCollectionAsyncResult result, ICommunicationObject instance) 134public CloseCollectionAsyncResult Result
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
278CloseCollectionAsyncResult.End(result);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
424CloseCollectionAsyncResult.End(result);