2 implementations of IHexOrBinaryParser
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (2)
534
private readonly struct HexParser<TInteger> :
IHexOrBinaryParser
<TInteger> where TInteger : unmanaged, IBinaryIntegerParseAndFormatInfo<TInteger>
544
private readonly struct BinaryParser<TInteger> :
IHexOrBinaryParser
<TInteger> where TInteger : unmanaged, IBinaryIntegerParseAndFormatInfo<TInteger>
1 reference to IHexOrBinaryParser
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
557
where TParser : struct,
IHexOrBinaryParser
<TInteger>