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