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