5 writes to count
mscorlib (5)
system\collections\hashtable.cs (5)
462
count
= 0;
480
ht.
count
= 0;
926
count
++;
1014
count
++;
1106
count
--;
12 references to count
mscorlib (12)
system\collections\hashtable.cs (12)
449
if (
count
== 0 && occupancy == 0)
477
Hashtable ht = new Hashtable(
count
,_keycomparer);
610
KeyValuePairs[] array = new KeyValuePairs[
count
];
881
if (
count
>= loadsize) {
884
else if(occupancy > loadsize &&
count
> 100) {
1133
get { return
count
; }
1193
Object [] serKeys = new Object[
count
];
1194
Object [] serValues = new Object[
count
];
1315
if (array.Length - arrayIndex < _hashtable.
count
)
1333
get { return _hashtable.
count
; }
1356
if (array.Length - arrayIndex < _hashtable.
count
)
1374
get { return _hashtable.
count
; }