2 writes to _collection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
170_collection = collection; 178_collection = new List<ICommunicationObject>();
2 references to _collection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
182_collection.Add(objs[index]); 189return new OpenCollectionAsyncResult(timeout, callback, state, _collection);