3 instantiations of 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);
8 references to CloseCollectionAsyncResult
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
159
CloseCollectionAsyncResult
.End((
CloseCollectionAsyncResult
)result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (4)
113
AsyncResult.End<
CloseCollectionAsyncResult
>(result);
119
private
CloseCollectionAsyncResult
_result;
121
public CallbackState(
CloseCollectionAsyncResult
result, ICommunicationObject instance)
132
public
CloseCollectionAsyncResult
Result
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
283
CloseCollectionAsyncResult
.End(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
443
CloseCollectionAsyncResult
.End(result);