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]);
189
return new OpenCollectionAsyncResult(timeout, callback, state,
_collection
);