1 write to _hashtable
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1221_hashtable = hashtable;
6 references to _hashtable
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (6)
1231if (array.Length - arrayIndex < _hashtable._count) 1233_hashtable.CopyValues(array, arrayIndex); 1238return new HashtableEnumerator(_hashtable, HashtableEnumerator.Values); 1241public bool IsSynchronized => _hashtable.IsSynchronized; 1243public object SyncRoot => _hashtable.SyncRoot; 1245public int Count => _hashtable._count;