1 instantiation of DebugViewDictionaryItem
System.Collections (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (1)
27items[i] = new DebugViewDictionaryItem<TKey, TValue>(keyValuePairs[i]);
2 references to DebugViewDictionaryItem
System.Collections (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (2)
18public DebugViewDictionaryItem<TKey, TValue>[] Items 24var items = new DebugViewDictionaryItem<TKey, TValue>[keyValuePairs.Length];