1 instantiation of KeyList
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
428public virtual IList GetKeyList() => keyList ??= new KeyList(this);
1 reference to KeyList
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
71private KeyList? keyList; // Do not rename (binary serialization)