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