2 writes to cStringsMax
mscorlib (2)
system\security\util\tokenizer.cs (2)
680
cStringsMax
= 2048;
738
cStringsMax
= cNewMax;
6 references to cStringsMax
mscorlib (6)
system\security\util\tokenizer.cs (6)
682
aStrings = new String[
cStringsMax
];
713
if (cStringsUsed > (
cStringsMax
/ 4) * 3)
717
uint cNewMax =
cStringsMax
* 2;
720
for (int i=0; i <
cStringsMax
;i++)
742
hash = HashCharArray(a, l) %
cStringsMax
;
751
if (++hash >=
cStringsMax
)