1 write to Handling
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonObjectCreationHandlingAttribute.cs (1)
50
Handling
= handling;
2 references to Handling
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (2)
267
return creationHandlingAttribute?.
Handling
;
373
propertyInfo.ObjectCreationHandling = objectCreationHandlingAttr?.
Handling
;