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