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)
24
T[] items = new T[
_collection
.Count];
25
_collection
.CopyTo(items, 0);