1 write to Handling
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonNumberHandlingAttribute.cs (1)
27
Handling
= handling;
3 references to Handling
System.Text.Json (3)
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (1)
585
NumberHandling = propertyInfo.GetCustomAttribute<JsonNumberHandlingAttribute>(inherit: false)?.
Handling
;
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (2)
294
return numberHandlingAttribute?.
Handling
;
429
propertyInfo.NumberHandling = numberHandlingAttr?.
Handling
;