1 instantiation of DebugViewDictionaryItem
System.Collections (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (1)
27
items[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)
18
public
DebugViewDictionaryItem
<TKey, TValue>[] Items
24
var items = new
DebugViewDictionaryItem
<TKey, TValue>[keyValuePairs.Length];