2 instantiations of PsCommandJsonContext
aspire (2)
Commands\PsCommand.cs (1)
37
public static PsCommandJsonContext RelaxedEscaping => s_relaxedEscaping ??=
new
(new JsonSerializerOptions
PsCommandJsonContext.g.cs (1)
28
public static global::Aspire.Cli.Commands.PsCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.
PsCommandJsonContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
4 references to PsCommandJsonContext
aspire (4)
Commands\PsCommand.cs (3)
32
private static
PsCommandJsonContext
? s_relaxedEscaping;
37
public static
PsCommandJsonContext
RelaxedEscaping => s_relaxedEscaping ??= new(new JsonSerializerOptions
120
var json = JsonSerializer.Serialize(appHostInfos,
PsCommandJsonContext
.RelaxedEscaping.ListAppHostDisplayInfo);
PsCommandJsonContext.g.cs (1)
28
public static global::Aspire.Cli.Commands.
PsCommandJsonContext
Default { get; } = new global::Aspire.Cli.Commands.PsCommandJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));