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