4 references to Ieee754FloatingPointConverter
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Converters.cs (4)
184
field ??= new
Ieee754FloatingPointConverter
<System.Numerics.BFloat16>(NumericType.BFloat16);
191
field ??= new
Ieee754FloatingPointConverter
<System.Numerics.Decimal32>(NumericType.Decimal32);
198
field ??= new
Ieee754FloatingPointConverter
<System.Numerics.Decimal64>(NumericType.Decimal64);
205
field ??= new
Ieee754FloatingPointConverter
<System.Numerics.Decimal128>(NumericType.Decimal128);