1 override of ToDebugViewDictionaryItemArray
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
770internal override DebugViewDictionaryItem<object, object?>[] ToDebugViewDictionaryItemArray()
2 references to ToDebugViewDictionaryItemArray
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (2)
772return _list.ToDebugViewDictionaryItemArray(); 1105return _sortedList.ToDebugViewDictionaryItemArray();