1 write to _disallowUnmappedPropertiesPocoCaseIndices
System.Text.Json (1)
System\Text\Json\Serialization\JsonUnionTypeStructuralClassifier.cs (1)
358
_disallowUnmappedPropertiesPocoCaseIndices
= disallowUnmappedPropertiesPocoCaseIndices?.ToArray() ?? [];
1 reference to _disallowUnmappedPropertiesPocoCaseIndices
System.Text.Json (1)
System\Text\Json\Serialization\JsonUnionTypeStructuralClassifier.cs (1)
590
foreach (int pocoCaseIndex in
_disallowUnmappedPropertiesPocoCaseIndices
)