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