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