2 references to TryGetFloatingPointConstant
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\Ieee754FloatingPointConverter.cs (2)
85if (TryGetFloatingPointConstant(ref reader, out T value)) 94if (!TryGetFloatingPointConstant(ref reader, out T value))