2 references to TryParseNumber
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Decimal.cs (1)
52
if (!
TryParseNumber
(source, ref number, out bytesConsumed, options, out bool textUsedExponentNotation))
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Float.cs (1)
98
if (!
TryParseNumber
(source, ref number, out bytesConsumed, options, out bool textUsedExponentNotation))