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)
1356
if (array.Length - arrayIndex <
_hashtable
.count)
1358
_hashtable
.CopyValues(array, arrayIndex);
1362
return new HashtableEnumerator(
_hashtable
, HashtableEnumerator.Values);
1366
get { return
_hashtable
.IsSynchronized; }
1370
get { return
_hashtable
.SyncRoot; }
1374
get { return
_hashtable
.count; }