11 references to MonthToken
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (10)
2069
InsertHash(temp, GetAbbreviatedMonthName(i), TokenType.
MonthToken
, i);
2079
InsertHash(temp, genitiveMonthNames[i - 1], TokenType.
MonthToken
, i);
2080
InsertHash(temp, abbreviatedGenitiveMonthNames[i - 1], TokenType.
MonthToken
, i);
2089
InsertHash(temp, str, TokenType.
MonthToken
, i);
2158
InsertHash(temp, str, TokenType.
MonthToken
, i);
2160
InsertHash(temp, str, TokenType.
MonthToken
, i);
2204
InsertHash(temp, string.Concat(str, monthPostfix), TokenType.
MonthToken
, i);
2208
InsertHash(temp, str, TokenType.
MonthToken
, i);
2212
InsertHash(temp, str, TokenType.
MonthToken
, i);
2374
else if ((value.tokenType == TokenType.
MonthToken
&& HasSpacesInMonthNames) ||
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
979
case TokenType.
MonthToken
: