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