3 references to OpenApiJsonSchemaContext
Microsoft.AspNetCore.OpenApi (3)
_generated\6\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));
Schemas\OpenApiJsonSchema.cs (1)
34
context ??= (options.TypeInfoResolver as OpenApiJsonSchemaContext) ?? new
OpenApiJsonSchemaContext
(new(options));
Services\Schemas\OpenApiSchemaService.cs (1)
35
private readonly OpenApiJsonSchemaContext _jsonSchemaContext =
new
(new(jsonOptions.Value.SerializerOptions));