2 instantiations of RunCommandJsonContext
aspire (2)
Commands\RunCommand.cs (1)
45public static RunCommandJsonContext RelaxedEscaping => s_relaxedEscaping ??= new(new JsonSerializerOptions
RunCommandJsonContext.g.cs (1)
28public static global::Aspire.Cli.Commands.RunCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.RunCommandJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
4 references to RunCommandJsonContext
aspire (4)
Commands\RunCommand.cs (3)
40private static RunCommandJsonContext? s_relaxedEscaping; 45public static RunCommandJsonContext RelaxedEscaping => s_relaxedEscaping ??= new(new JsonSerializerOptions 895var json = JsonSerializer.Serialize(result, RunCommandJsonContext.RelaxedEscaping.DetachOutputInfo);
RunCommandJsonContext.g.cs (1)
28public static global::Aspire.Cli.Commands.RunCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.RunCommandJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));