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