2 references to DebugViewDictionaryItem
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
2718items[i] = new DebugViewDictionaryItem<TKey, TValue>(keyValuePairs[i]);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (1)
27items[i] = new DebugViewDictionaryItem<TKey, TValue>(keyValuePairs[i]);