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