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