1 write to collection
mscorlib (1)
system\collections\generic\debugview.cs (1)
56this.collection = collection;
2 references to collection
mscorlib (2)
system\collections\generic\debugview.cs (2)
62TKey[] items = new TKey[collection.Count]; 63collection.CopyTo(items, 0);