15 references to Integer
System.Text.Json (15)
System\Text\Json\Schema\JsonSchema.cs (2)
294
JsonSchemaType.
Integer
,
341
JsonSchemaType.
Integer
=> "integer",
System\Text\Json\Serialization\Converters\Value\ByteConverter.cs (1)
61
GetSchemaForNumericType(JsonSchemaType.
Integer
, numberHandling);
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (1)
519
return new() { Type = JsonSchemaType.
Integer
};
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\JsonPrimitiveConverter.cs (2)
38
Debug.Assert(schemaType is JsonSchemaType.
Integer
or JsonSchemaType.Number);
47
pattern = schemaType is JsonSchemaType.
Integer
System\Text\Json\Serialization\Converters\Value\SByteConverter.cs (1)
62
GetSchemaForNumericType(JsonSchemaType.
Integer
, numberHandling);
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);