2 references to s_defaultOptions
aspire (2)
LogsCommandJsonContext.g.cs (2)
29
public static global::Aspire.Cli.Commands.LogsCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.LogsCommandJsonContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
34
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;