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