1 write to _hashtable
mscorlib (1)
system\collections\hashtable.cs (1)
1345_hashtable = hashtable;
6 references to _hashtable
mscorlib (6)
system\collections\hashtable.cs (6)
1356if (array.Length - arrayIndex < _hashtable.count) 1358_hashtable.CopyValues(array, arrayIndex); 1362return new HashtableEnumerator(_hashtable, HashtableEnumerator.Values); 1366get { return _hashtable.IsSynchronized; } 1370get { return _hashtable.SyncRoot; } 1374get { return _hashtable.count; }