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