3 references to ApplyDefaultValue
Microsoft.AspNetCore.OpenApi (3)
Extensions\JsonNodeSchemaExtensions.cs (2)
315
schema.
ApplyDefaultValue
(parameterInfo.DefaultValue, jsonTypeInfo);
319
schema.
ApplyDefaultValue
(defaultValueAttribute.Value, jsonTypeInfo);
Services\Schemas\OpenApiSchemaService.cs (1)
117
schema.
ApplyDefaultValue
(defaultValueAttribute.Value, context.TypeInfo);