1 instantiation of ValueCollection
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
825
public virtual ICollection Values => _values ??= new
ValueCollection
(this);