1 write to _collection
System.ObjectModel (1)
System\Collections\Generic\DebugView.cs (1)
16_collection = collection;
2 references to _collection
System.ObjectModel (2)
System\Collections\Generic\DebugView.cs (2)
24T[] items = new T[_collection.Count]; 25_collection.CopyTo(items, 0);