1 instantiation of KeyedCollectionDebugViewItem
System.ObjectModel (1)
System\Collections\ObjectModel\KeyedCollection.cs (1)
303items[i] = new KeyedCollectionDebugViewItem(_collection.GetKeyForItem(item), item);
2 references to KeyedCollectionDebugViewItem
System.ObjectModel (2)
System\Collections\ObjectModel\KeyedCollection.cs (2)
295public KeyedCollectionDebugViewItem[] Items 299var items = new KeyedCollectionDebugViewItem[_collection.Count];