1 instantiation of KeyCollection
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
153public KeyCollection Keys => _keys ??= new KeyCollection(this);
2 references to KeyCollection
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
17private KeyCollection? _keys; 153public KeyCollection Keys => _keys ??= new KeyCollection(this);