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