3 references to IsRequired
System.Text.Json (3)
System\Text\Json\Serialization\JsonUnionTypeStructuralClassifier.cs (3)
619
if (propertyInfo.
IsRequired
&&
672
if (!otherProperty.
IsRequired
)
680
if (property.
IsRequired
&& property.IsPropertyNameEquivalent(otherProperty))