1 write to _hashtable
mscorlib (1)
system\collections\hashtable.cs (1)
1304_hashtable = hashtable;
6 references to _hashtable
mscorlib (6)
system\collections\hashtable.cs (6)
1315if (array.Length - arrayIndex < _hashtable.count) 1317_hashtable.CopyKeys(array, arrayIndex); 1321return new HashtableEnumerator(_hashtable, HashtableEnumerator.Keys); 1325get { return _hashtable.IsSynchronized; } 1329get { return _hashtable.SyncRoot; } 1333get { return _hashtable.count; }