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