1 write to _keys
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
153
public KeyCollection Keys =>
_keys
??= new KeyCollection(this);