2 references to GetTimeFormatsCore
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (2)
1367string[]? longTimes = GetTimeFormatsCore(shortFormat: false); 1388string[]? shortTimes = GetTimeFormatsCore(shortFormat: true);