14 references to GetSchemaForNumericType
System.Text.Json (14)
System\Text\Json\Serialization\Converters\Value\ByteConverter.cs (1)
61
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\DecimalConverter.cs (1)
61
GetSchemaForNumericType
(JsonSchemaType.Number, numberHandling);
System\Text\Json\Serialization\Converters\Value\DoubleConverter.cs (1)
72
GetSchemaForNumericType
(JsonSchemaType.Number, numberHandling, isIeeeFloatingPoint: true);
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (1)
136
GetSchemaForNumericType
(JsonSchemaType.Number, numberHandling, isIeeeFloatingPoint: true);
System\Text\Json\Serialization\Converters\Value\Int128Converter.cs (1)
110
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\Int16Converter.cs (1)
64
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\Int32Converter.cs (1)
64
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\Int64Converter.cs (1)
62
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\SByteConverter.cs (1)
62
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\SingleConverter.cs (1)
73
GetSchemaForNumericType
(JsonSchemaType.Number, numberHandling, isIeeeFloatingPoint: true);
System\Text\Json\Serialization\Converters\Value\UInt128Converter.cs (1)
110
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\UInt16Converter.cs (1)
64
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\UInt32Converter.cs (1)
64
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\UInt64Converter.cs (1)
62
GetSchemaForNumericType
(JsonSchemaType.Integer, numberHandling);