15 references to Integer
System.Text.Json (15)
System\Text\Json\Schema\JsonSchema.cs (2)
294JsonSchemaType.Integer, 341JsonSchemaType.Integer => "integer",
System\Text\Json\Serialization\Converters\Value\ByteConverter.cs (1)
61GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (1)
519return new() { Type = JsonSchemaType.Integer };
System\Text\Json\Serialization\Converters\Value\Int128Converter.cs (1)
110GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\Int16Converter.cs (1)
64GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\Int32Converter.cs (1)
64GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\Int64Converter.cs (1)
62GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\JsonPrimitiveConverter.cs (2)
38Debug.Assert(schemaType is JsonSchemaType.Integer or JsonSchemaType.Number); 47pattern = schemaType is JsonSchemaType.Integer
System\Text\Json\Serialization\Converters\Value\SByteConverter.cs (1)
62GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\UInt128Converter.cs (1)
110GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\UInt16Converter.cs (1)
64GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\UInt32Converter.cs (1)
64GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);
System\Text\Json\Serialization\Converters\Value\UInt64Converter.cs (1)
62GetSchemaForNumericType(JsonSchemaType.Integer, numberHandling);