3 references to Tokenize
mscorlib (3)
system\globalization\datetimeparse.cs (3)
4478
if (dtfi.
Tokenize
(TokenType.RegularTokenMask, out tempType, out tempValue, ref this))
4504
dtfi.
Tokenize
(TokenType.RegularTokenMask, out tokenType, out tokenValue, ref this);
4520
bool found = dtfi.
Tokenize
(TokenType.SeparatorTokenMask, out tokenType, out tokenValue, ref this);