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