6 references to RegularTokenMask
mscorlib (6)
system\globalization\datetimeformatinfo.cs (4)
2780if (IsHebrewChar(ch) && TokenMask == TokenType.RegularTokenMask) { 2942if (((nCurrentTokenTypeInHash & (int)TokenType.RegularTokenMask) == 0) && ((nTokenType & (int)TokenType.RegularTokenMask) != 0) || 2957if ((((nTokenType | nCurrentTokenTypeInHash) & (int)TokenType.RegularTokenMask) == nTokenType) ||
system\globalization\datetimeparse.cs (2)
4478if (dtfi.Tokenize(TokenType.RegularTokenMask, out tempType, out tempValue, ref this)) 4504dtfi.Tokenize(TokenType.RegularTokenMask, out tokenType, out tokenValue, ref this);