12 references to TOKEN_HASH_SIZE
mscorlib (12)
system\globalization\datetimeformatinfo.cs (12)
2424temp = new TokenHashValue[TOKEN_HASH_SIZE]; 2796int hashcode = ch % TOKEN_HASH_SIZE; 2852if (hashcode >= TOKEN_HASH_SIZE) hashcode -= TOKEN_HASH_SIZE; 2853}while (i < TOKEN_HASH_SIZE); 2866while (++pos < TOKEN_HASH_SIZE) { 2868if (hashcode >= TOKEN_HASH_SIZE) hashcode -= TOKEN_HASH_SIZE; 2903int hashcode = ch % TOKEN_HASH_SIZE; 2975if (hashcode >= TOKEN_HASH_SIZE) hashcode -= TOKEN_HASH_SIZE; 2976} while (i < TOKEN_HASH_SIZE);