1 write to valueList
mscorlib (1)
system\collections\sortedlist.cs (1)
433
if (valueList == null)
valueList
= new ValueList(this);
2 references to valueList
mscorlib (2)
system\collections\sortedlist.cs (2)
433
if (
valueList
== null) valueList = new ValueList(this);
434
return
valueList
;