1 write to keyList
mscorlib (1)
system\collections\sortedlist.cs (1)
417
if (keyList == null)
keyList
= new KeyList(this);
2 references to keyList
mscorlib (2)
system\collections\sortedlist.cs (2)
417
if (
keyList
== null) keyList = new KeyList(this);
418
return
keyList
;