3 references to LogsCommandJsonContext
aspire (3)
Commands\LogsCommand.cs (2)
49public static LogsCommandJsonContext Ndjson => s_ndjson ??= new LogsCommandJsonContext( 61public static LogsCommandJsonContext Snapshot => s_snapshot ??= new LogsCommandJsonContext(
LogsCommandJsonContext.g.cs (1)
29public static global::Aspire.Cli.Commands.LogsCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.LogsCommandJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));