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