8 references to _jsonSerializerOptions
Microsoft.AspNetCore.OpenApi (8)
Services\Schemas\OpenApiSchemaService.cs (8)
234
schemaAsJsonObject.ApplyParameterInfo(parameterDescription,
_jsonSerializerOptions
.GetTypeInfo(type));
253
var jsonTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(t);
377
var jsonTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(type);
414
var derivedJsonTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(derivedType.DerivedType);
427
var elementTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(jsonTypeInfo.ElementType);
437
await InnerApplySchemaTransformersAsync(propertySchema,
_jsonSerializerOptions
.GetTypeInfo(propertyInfo.PropertyType), propertyInfo, context, transformer, cancellationToken);
445
var elementTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(jsonTypeInfo.ElementType);
452
var schema = JsonSchemaExporter.GetJsonSchemaAsNode(
_jsonSerializerOptions
, type, _configuration);