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