1 write to Handling
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonNumberHandlingAttribute.cs (1)
27
Handling
= handling;
2 references to Handling
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (2)
261
return numberHandlingAttribute?.
Handling
;
370
propertyInfo.NumberHandling = numberHandlingAttr?.
Handling
;