3 references to InternalGetMonthNames
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (3)
1143get => (string[])InternalGetMonthNames().Clone(); 1176_ => (abbreviated ? InternalGetAbbreviatedMonthNames() : InternalGetMonthNames()), 1350string[] names = InternalGetMonthNames(); // Use the internal method so we don't clone the array unnecessarily