1 instantiation of ValueList
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
441public virtual IList GetValueList() => valueList ??= new ValueList(this);
1 reference to ValueList
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
72private ValueList? valueList; // Do not rename (binary serialization)