1 write to _collection
System.ObjectModel (1)
System\Collections\ObjectModel\KeyedCollection.cs (1)
291_collection = collection;
3 references to _collection
System.ObjectModel (3)
System\Collections\ObjectModel\KeyedCollection.cs (3)
299var items = new KeyedCollectionDebugViewItem[_collection.Count]; 302TItem item = _collection[i]; 303items[i] = new KeyedCollectionDebugViewItem(_collection.GetKeyForItem(item), item);