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