2 references to InternalGetDayOfWeekNames
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (2)
1100
get => (string[])
InternalGetDayOfWeekNames
().Clone();
1326
string[] names =
InternalGetDayOfWeekNames
(); // Use the internal method so we don't clone the array unnecessarily