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