3 references to IsRequiredParameter
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
257
if (property is { IsRequired: true } or { AssociatedParameter.
IsRequiredParameter
: true })
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
452
!(AssociatedParameter?.
IsRequiredParameter
is true &&
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
127
_isRequired |= AssociatedParameter.
IsRequiredParameter
;