2 references to new
Microsoft.AspNetCore.OpenApi (2)
OpenApiJsonSchemaContext.g.cs (1)
24
public 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)
34
private readonly OpenApiJsonSchemaContext _jsonSchemaContext =
new
(new(jsonOptions.Value.SerializerOptions));