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