1 reference to KeyCollection
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
38public KeyCollection Keys => _keys ??= new KeyCollection(m_dictionary.Keys);