1 instantiation of ValueList
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
363private ValueList GetValueListHelper() => valueList ??= new ValueList(this);
2 references to ValueList
System.Collections (2)
System\Collections\Generic\SortedList.cs (2)
63private ValueList? valueList; // Do not rename (binary serialization) 363private ValueList GetValueListHelper() => valueList ??= new ValueList(this);