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