1 write to collection
mscorlib (1)
system\collections\generic\debugview.cs (1)
36this.collection = collection;
2 references to collection
mscorlib (2)
system\collections\generic\debugview.cs (2)
42T[] items = new T[collection.Count]; 43collection.CopyTo(items, 0);