4 references to SeparatorTokenMask
mscorlib (4)
system\globalization\datetimeformatinfo.cs (3)
2943
((nCurrentTokenTypeInHash & (int)TokenType.
SeparatorTokenMask
) == 0) && ((nTokenType & (int)TokenType.
SeparatorTokenMask
) != 0))
2958
(((nTokenType | nCurrentTokenTypeInHash) & (int)TokenType.
SeparatorTokenMask
) == nTokenType))
system\globalization\datetimeparse.cs (1)
4520
bool found = dtfi.Tokenize(TokenType.
SeparatorTokenMask
, out tokenType, out tokenValue, ref this);