7 references to JsonNumberHandlingAttribute
System.Text.Json (7)
System\Text\Json\Serialization\Attributes\JsonNumberHandlingAttribute.cs (1)
19/// Initializes a new instance of <see cref="JsonNumberHandlingAttribute"/>.
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (4)
260JsonNumberHandlingAttribute? numberHandlingAttribute = type.GetUniqueCustomAttribute<JsonNumberHandlingAttribute>(inherit: false); 369JsonNumberHandlingAttribute? numberHandlingAttr = memberInfo.GetCustomAttribute<JsonNumberHandlingAttribute>(inherit: false);
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
1021/// the value of this property will be mapped from <see cref="JsonNumberHandlingAttribute"/> annotations.
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
496/// the value of this callback will be mapped from any <see cref="JsonNumberHandlingAttribute"/> annotations.