8 references to _jsonSerializerOptions
Microsoft.AspNetCore.OpenApi (8)
Services\Schemas\OpenApiSchemaService.cs (8)
254
schemaAsJsonObject.ApplyParameterInfo(parameterDescription,
_jsonSerializerOptions
.GetTypeInfo(type));
313
var jsonTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(t);
500
var jsonTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(type);
537
var derivedJsonTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(derivedType.DerivedType);
550
var elementTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(jsonTypeInfo.ElementType);
560
await InnerApplySchemaTransformersAsync(propertySchema,
_jsonSerializerOptions
.GetTypeInfo(propertyInfo.PropertyType), propertyInfo, context, transformer, cancellationToken);
568
var elementTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(jsonTypeInfo.ElementType);
578
var schema = JsonSchemaExporter.GetJsonSchemaAsNode(
_jsonSerializerOptions
, underlyingType, _configuration);