1 write to keyList
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
361
private KeyList GetKeyListHelper() =>
keyList
??= new KeyList(this);