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