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