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