9 references to TryParseThrowFormatException
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Guid.cs (1)
49return ParserHelpers.TryParseThrowFormatException(source, out value, out bytesConsumed);
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Integer.Signed.cs (4)
62return ParserHelpers.TryParseThrowFormatException(source, out value, out bytesConsumed); 114return ParserHelpers.TryParseThrowFormatException(source, out value, out bytesConsumed); 166return ParserHelpers.TryParseThrowFormatException(source, out value, out bytesConsumed); 218return ParserHelpers.TryParseThrowFormatException(source, out value, out bytesConsumed);
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Integer.Unsigned.cs (4)
55return ParserHelpers.TryParseThrowFormatException(source, out value, out bytesConsumed); 107return ParserHelpers.TryParseThrowFormatException(source, out value, out bytesConsumed); 159return ParserHelpers.TryParseThrowFormatException(source, out value, out bytesConsumed); 211return ParserHelpers.TryParseThrowFormatException(source, out value, out bytesConsumed);