1 instantiation of KeyCollection
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
813public virtual ICollection Keys => _keys ??= new KeyCollection(this);