1 write to valueList
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
441
public virtual IList GetValueList() =>
valueList
??= new ValueList(this);