2 instantiations of OpenCollectionAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ChainedAsyncResult.cs (1)
190return new OpenCollectionAsyncResult(timeout, callback, state, collection);
System\ServiceModel\ServiceHost.cs (1)
849return new OpenCollectionAsyncResult(timeout, callback, state, this.SnapshotChannelDispatchers());
7 references to OpenCollectionAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
195OpenCollectionAsyncResult.End((OpenCollectionAsyncResult)result);
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (4)
88AsyncResult.End<OpenCollectionAsyncResult>(result); 94OpenCollectionAsyncResult result; 96public CallbackState(OpenCollectionAsyncResult result, ICommunicationObject instance) 107public OpenCollectionAsyncResult Result
System\ServiceModel\ServiceHost.cs (1)
981OpenCollectionAsyncResult.End(result);