2 instantiations of CachedTimeFormatStrings
Aspire.Dashboard (2)
src\Shared\DateFormatStringsHelpers.cs (2)
46
new
CachedTimeFormatStrings
(none, truncated, full),
47
new
CachedTimeFormatStrings
(
3 references to CachedTimeFormatStrings
Aspire.Dashboard (3)
src\Shared\DateFormatStringsHelpers.cs (3)
16
private sealed record MillisecondFormatStrings(
CachedTimeFormatStrings
LongTimePattern,
CachedTimeFormatStrings
ShortDateLongTimePattern);
117
private static string GetPattern(
CachedTimeFormatStrings
patterns, MillisecondsDisplay millisecondsDisplay)