1 instantiation of TimestampParserResult
Aspire.Hosting (1)
src\Shared\ConsoleLogs\TimestampParser.cs (1)
37result = new(content.ToString(), DateTimeOffset.Parse(match.ValueSpan, CultureInfo.InvariantCulture));
1 reference to TimestampParserResult
Aspire.Hosting (1)
src\Shared\ConsoleLogs\TimestampParser.cs (1)
12public static bool TryParseConsoleTimestamp(string text, [NotNullWhen(true)] out TimestampParserResult? result)