1 write to _hashtable
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1186_hashtable = hashtable;
6 references to _hashtable
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (6)
1196if (array.Length - arrayIndex < _hashtable._count) 1198_hashtable.CopyKeys(array, arrayIndex); 1203return new HashtableEnumerator(_hashtable, HashtableEnumerator.Keys); 1206public bool IsSynchronized => _hashtable.IsSynchronized; 1208public object SyncRoot => _hashtable.SyncRoot; 1210public int Count => _hashtable._count;