2 references to DebugViewDictionaryItem
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
595
array[index++] = new
DebugViewDictionaryItem
<object, object?>(keyv, lbuckets[i].val);
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
430
array[index++] = new
DebugViewDictionaryItem
<object, object?>(node.key, node.value);