1 instantiation of KeyList
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
361private KeyList GetKeyListHelper() => keyList ??= new KeyList(this);
2 references to KeyList
System.Collections (2)
System\Collections\Generic\SortedList.cs (2)
62private KeyList? keyList; // Do not rename (binary serialization) 361private KeyList GetKeyListHelper() => keyList ??= new KeyList(this);