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