1 write to collection
System (1)
compmod\system\collections\generic\debugview.cs (1)
107this.collection = collection;
2 references to collection
System (2)
compmod\system\collections\generic\debugview.cs (2)
113TKey[] items = new TKey[collection.Count]; 114collection.CopyTo(items, 0);