2 instantiations of TokenHashValue
mscorlib (2)
system\globalization\datetimeformatinfo.cs (2)
2864
hashTable[hashcode] = new
TokenHashValue
(str, tokenType, tokenValue);;
2909
hashTable[hashcode] = new
TokenHashValue
(str, tokenType, tokenValue);
12 references to TokenHashValue
mscorlib (12)
system\globalization\datetimeformatinfo.cs (12)
2333
TokenHashValue
[] m_dtfiTokenHash;
2421
internal
TokenHashValue
[] CreateTokenHashTable() {
2422
TokenHashValue
[] temp = m_dtfiTokenHash;
2424
temp = new
TokenHashValue
[TOKEN_HASH_SIZE];
2661
private void AddMonthNames(
TokenHashValue
[] temp, String monthPostfix)
2773
TokenHashValue
value;
2801
TokenHashValue
[] hashTable = m_dtfiTokenHash;
2858
void InsertAtCurrentHashNode(
TokenHashValue
[] hashTable, String str, char ch, TokenType tokenType, int tokenValue, int pos, int hashcode, int hashProbe) {
2860
TokenHashValue
previousNode = hashTable[hashcode];
2870
TokenHashValue
temp = hashTable[hashcode];
2887
void InsertHash(
TokenHashValue
[] hashTable, String str, TokenType tokenType, int tokenValue) {
2892
TokenHashValue
value;