1 write to valueList
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
363
private ValueList GetValueListHelper() =>
valueList
??= new ValueList(this);