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