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