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