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