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