3 references to DisallowUnmappedProperties
System.Text.Json (3)
System\Text\Json\Serialization\JsonUnionTypeStructuralClassifier.cs (3)
352
if (pocoObjectCases[i].
DisallowUnmappedProperties
)
647
if (!
DisallowUnmappedProperties
&& other.
DisallowUnmappedProperties
)