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