3 instantiations of CloseCollectionAsyncResult
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (1)
154return new CloseCollectionAsyncResult(timeout, callback, state, _collection);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
278return new CloseCollectionAsyncResult(timeout, callback, state, objectList);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
436return new CloseCollectionAsyncResult(timeout, callback, state, list);
8 references to CloseCollectionAsyncResult
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
159CloseCollectionAsyncResult.End((CloseCollectionAsyncResult)result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (4)
113AsyncResult.End<CloseCollectionAsyncResult>(result); 119private CloseCollectionAsyncResult _result; 121public CallbackState(CloseCollectionAsyncResult result, ICommunicationObject instance) 132public CloseCollectionAsyncResult Result
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
283CloseCollectionAsyncResult.End(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
443CloseCollectionAsyncResult.End(result);