4 references to TryParseThrowFormatException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Date.cs (2)
96return 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)
47return 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),