2 references to InternalGetAbbreviatedDayOfWeekNames
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (2)
1055get => (string[])InternalGetAbbreviatedDayOfWeekNames().Clone(); 1238string[] names = InternalGetAbbreviatedDayOfWeekNames(); // Use the internal method to avoid a clone.