1 instantiation of OpenCollectionAsyncResult
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (1)
189return new OpenCollectionAsyncResult(timeout, callback, state, _collection);
6 references to OpenCollectionAsyncResult
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
194OpenCollectionAsyncResult.End((OpenCollectionAsyncResult)result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (4)
88AsyncResult.End<OpenCollectionAsyncResult>(result); 94private OpenCollectionAsyncResult _result; 96public CallbackState(OpenCollectionAsyncResult result, ICommunicationObject instance) 107public OpenCollectionAsyncResult Result