4 references to HashtableEnumerator
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (4)
753return new HashtableEnumerator(this, HashtableEnumerator.DictEntry); 763return new HashtableEnumerator(this, HashtableEnumerator.DictEntry); 1203return new HashtableEnumerator(_hashtable, HashtableEnumerator.Keys); 1238return new HashtableEnumerator(_hashtable, HashtableEnumerator.Values);