11 references to MonthToken
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (10)
2063
InsertHash(temp, GetAbbreviatedMonthName(i), TokenType.
MonthToken
, i);
2073
InsertHash(temp, genitiveMonthNames[i - 1], TokenType.
MonthToken
, i);
2074
InsertHash(temp, abbreviatedGenitiveMonthNames[i - 1], TokenType.
MonthToken
, i);
2083
InsertHash(temp, str, TokenType.
MonthToken
, i);
2152
InsertHash(temp, str, TokenType.
MonthToken
, i);
2154
InsertHash(temp, str, TokenType.
MonthToken
, i);
2198
InsertHash(temp, string.Concat(str, monthPostfix), TokenType.
MonthToken
, i);
2202
InsertHash(temp, str, TokenType.
MonthToken
, i);
2206
InsertHash(temp, str, TokenType.
MonthToken
, i);
2368
else if ((value.tokenType == TokenType.
MonthToken
&& HasSpacesInMonthNames) ||
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
979
case TokenType.
MonthToken
: