8 references to _jsonSerializerOptions
Microsoft.AspNetCore.OpenApi (8)
Services\Schemas\OpenApiSchemaService.cs (8)
238
schemaAsJsonObject.ApplyParameterInfo(parameterDescription,
_jsonSerializerOptions
.GetTypeInfo(type));
257
var jsonTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(t);
396
var jsonTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(type);
433
var derivedJsonTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(derivedType.DerivedType);
446
var elementTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(jsonTypeInfo.ElementType);
456
await InnerApplySchemaTransformersAsync(propertySchema,
_jsonSerializerOptions
.GetTypeInfo(propertyInfo.PropertyType), propertyInfo, context, transformer, cancellationToken);
464
var elementTypeInfo =
_jsonSerializerOptions
.GetTypeInfo(jsonTypeInfo.ElementType);
471
var schema = JsonSchemaExporter.GetJsonSchemaAsNode(
_jsonSerializerOptions
, key.Type, _configuration);