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