1 instantiation of DebugViewDictionaryItem
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
360
array[i] = new
DebugViewDictionaryItem
<object, object?>(keys[i], values[i]);
4 references to DebugViewDictionaryItem
System.Collections.NonGeneric (4)
System\Collections\SortedList.cs (4)
355
internal virtual
DebugViewDictionaryItem
<object, object?>[] ToDebugViewDictionaryItemArray()
357
var array = new
DebugViewDictionaryItem
<object, object?>[Count];
770
internal override
DebugViewDictionaryItem
<object, object?>[] ToDebugViewDictionaryItemArray()
1101
public
DebugViewDictionaryItem
<object, object?>[] Items