2 references to TryParseNormalAsFloatingPoint
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Float.cs (2)
34
if (
TryParseNormalAsFloatingPoint
(source, ref number, out bytesConsumed, standardFormat))
67
if (
TryParseNormalAsFloatingPoint
(source, ref number, out bytesConsumed, standardFormat))