2 references to TryParseBigIntegerHexOrBinaryNumberStyle
System.Runtime.Numerics (2)
System\Number.BigInteger.cs (2)
75return TryParseBigIntegerHexOrBinaryNumberStyle<BigIntegerHexParser<TChar>, TChar>(value, style, out result); 80return TryParseBigIntegerHexOrBinaryNumberStyle<BigIntegerBinaryParser<TChar>, TChar>(value, style, out result);