3 overrides of IsIeeeFloatingPointConverter
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\DoubleConverter.cs (1)
17
internal override bool
IsIeeeFloatingPointConverter
=> true;
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (1)
22
internal override bool
IsIeeeFloatingPointConverter
=> true;
System\Text\Json\Serialization\Converters\Value\SingleConverter.cs (1)
18
internal override bool
IsIeeeFloatingPointConverter
=> true;
1 reference to IsIeeeFloatingPointConverter
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
185
if (elementConverter.
IsIeeeFloatingPointConverter
&&