2 writes to _collection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
135_collection = collection; 143_collection = new List<ICommunicationObject>();
2 references to _collection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
147_collection.Add(objs[index]); 154return new CloseCollectionAsyncResult(timeout, callback, state, _collection);