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