3 references to InternalGetMonthName
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (2)
266
return dtfi.
InternalGetMonthName
(month, MonthNameStyles.LeapYear, repeatCount == 3);
603
dtfi.
InternalGetMonthName
(
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
2082
string str =
InternalGetMonthName
(i, MonthNameStyles.LeapYear, false);