2 references to BigIntegerHexParser
System.Runtime.Numerics (2)
System\Number.BigInteger.cs (2)
69
return TryParseBigIntegerHexOrBinaryNumberStyle<
BigIntegerHexParser
<char>, char>(value, style, out result);
1254
internal readonly struct BigIntegerHexParser<TChar> : IBigIntegerHexOrBinaryParser<
BigIntegerHexParser
<TChar>, TChar>