3 references to InternalGetLeapYearMonthNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
1175
MonthNameStyles.LeapYear =>
InternalGetLeapYearMonthNames
(),
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (2)
3420
int tempResult = str.MatchLongestWords(dtfi.
InternalGetLeapYearMonthNames
(), ref maxMatchStrLen);
3520
int tempResult = str.MatchLongestWords(dtfi.
InternalGetLeapYearMonthNames
(), ref maxMatchStrLen);