2 writes to collection
System.ServiceModel (2)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
136this.collection = collection; 144collection = new List<ICommunicationObject>();
2 references to collection
System.ServiceModel (2)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
148collection.Add(objs[index]); 155return new CloseCollectionAsyncResult(timeout, callback, state, collection);