1 instantiation of CultureDetailsKey
Aspire.Dashboard (1)
Utils\FormatHelpers.cs (1)
35
var key = new
CultureDetailsKey
(cultureInfo.DateTimeFormat.LongTimePattern, cultureInfo.DateTimeFormat.ShortDatePattern, cultureInfo.NumberFormat.NumberDecimalSeparator);
4 references to CultureDetailsKey
Aspire.Dashboard (4)
Utils\FormatHelpers.cs (4)
27
private static readonly ConcurrentDictionary<
CultureDetailsKey
, MillisecondFormatStrings> s_formatStrings = new();
35
var
key = new CultureDetailsKey(cultureInfo.DateTimeFormat.LongTimePattern, cultureInfo.DateTimeFormat.ShortDatePattern, cultureInfo.NumberFormat.NumberDecimalSeparator);
47
static (string Truncated, string Full) GetLongTimePatternWithMillisecondsCore(
CultureDetailsKey
key)
61
static string FormatPattern(
CultureDetailsKey
key, string millisecondFormat)