2 writes to collection
System.ServiceModel (2)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
171this.collection = collection; 179collection = new List<ICommunicationObject>();
2 references to collection
System.ServiceModel (2)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
183collection.Add(objs[index]); 190return new OpenCollectionAsyncResult(timeout, callback, state, collection);