1 write to DefaultValue
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonParameterInfo.cs (1)
22DefaultValue = parameterInfoValues.HasDefaultValue ? parameterInfoValues.DefaultValue : null;
1 reference to DefaultValue
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
248propertySchema.DefaultValue = JsonSerializer.SerializeToNode(parameterInfo.DefaultValue, property.JsonTypeInfo);