1 instantiation of CultureDetailsKey
Aspire.Dashboard (1)
src\Shared\DateFormatStringsHelpers.cs (1)
40var key = new CultureDetailsKey(cultureInfo.DateTimeFormat.LongTimePattern, cultureInfo.DateTimeFormat.ShortDatePattern, cultureInfo.NumberFormat.NumberDecimalSeparator, timeFormat);
4 references to CultureDetailsKey
Aspire.Dashboard (4)
src\Shared\DateFormatStringsHelpers.cs (4)
20private static readonly ConcurrentDictionary<CultureDetailsKey, MillisecondFormatStrings> s_formatStrings = new(); 40var key = new CultureDetailsKey(cultureInfo.DateTimeFormat.LongTimePattern, cultureInfo.DateTimeFormat.ShortDatePattern, cultureInfo.NumberFormat.NumberDecimalSeparator, timeFormat); 53static (string None, string Truncated, string Full) GetTimePatterns(CultureDetailsKey key) 64static string FormatPattern(CultureDetailsKey key, string? millisecondFormat)