2 references to new
Microsoft.AspNetCore.OpenApi (2)
OpenApiJsonSchemaContext.g.cs (1)
24public static global::Microsoft.AspNetCore.OpenApi.OpenApiJsonSchemaContext Default { get; } = new global::Microsoft.AspNetCore.OpenApi.OpenApiJsonSchemaContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Services\Schemas\OpenApiSchemaService.cs (1)
34private readonly OpenApiJsonSchemaContext _jsonSchemaContext = new(new(jsonOptions.Value.SerializerOptions));