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)
1315
if (array.Length - arrayIndex <
_hashtable
.count)
1317
_hashtable
.CopyKeys(array, arrayIndex);
1321
return new HashtableEnumerator(
_hashtable
, HashtableEnumerator.Keys);
1325
get { return
_hashtable
.IsSynchronized; }
1329
get { return
_hashtable
.SyncRoot; }
1333
get { return
_hashtable
.count; }