3 references to new
aspire (3)
Commands\ResourcesCommand.cs (2)
47
public static ResourcesCommandJsonContext RelaxedEscaping => s_relaxedEscaping ??=
new
(new JsonSerializerOptions
58
public static ResourcesCommandJsonContext Ndjson => s_ndjson ??=
new
(new JsonSerializerOptions
ResourcesCommandJsonContext.g.cs (1)
29
public static global::Aspire.Cli.Commands.ResourcesCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.
ResourcesCommandJsonContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));