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