3 references to CloseCollectionAsyncResult
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (1)
154
return new
CloseCollectionAsyncResult
(timeout, callback, state, _collection);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
278
return new
CloseCollectionAsyncResult
(timeout, callback, state, objectList);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
436
return new
CloseCollectionAsyncResult
(timeout, callback, state, list);