2 implementations of IBigIntegerHexOrBinaryParser
System.Runtime.Numerics (2)
System\Number.BigInteger.cs (2)
1254
internal readonly struct BigIntegerHexParser<TChar> :
IBigIntegerHexOrBinaryParser
<BigIntegerHexParser<TChar>, TChar>
1290
internal readonly struct BigIntegerBinaryParser<TChar> :
IBigIntegerHexOrBinaryParser
<BigIntegerBinaryParser<TChar>, TChar>
2 references to IBigIntegerHexOrBinaryParser
System.Runtime.Numerics (2)
System\Number.BigInteger.cs (2)
141
where TParser : struct,
IBigIntegerHexOrBinaryParser
<TParser, TChar>
1209
where TParser : struct,
IBigIntegerHexOrBinaryParser
<TParser, TChar>