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