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