1 instantiation of KeyCollection
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
38
public KeyCollection Keys => _keys ??= new
KeyCollection
(m_dictionary.Keys);
2 references to KeyCollection
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (2)
20
private
KeyCollection
? _keys;
38
public
KeyCollection
Keys => _keys ??= new KeyCollection(m_dictionary.Keys);