4 references to TryParseThrowFormatException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Date.cs (2)
96
return ParserHelpers.
TryParseThrowFormatException
(out value, out bytesConsumed);
130
_ => ParserHelpers.
TryParseThrowFormatException
(out value, out bytesConsumed),
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Decimal.cs (1)
47
return ParserHelpers.
TryParseThrowFormatException
(out value, out bytesConsumed);
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.TimeSpan.cs (1)
36
_ => ParserHelpers.
TryParseThrowFormatException
(out value, out bytesConsumed),