2 references to OverflowDecimalExponent
Microsoft.CodeAnalysis (2)
RealParser.cs (2)
419if (integerDigitsMissing > type.OverflowDecimalExponent) 456if (integerBitsOfPrecision == 0 && (fractionalDenominatorExponent - (int)data.MantissaCount) > type.OverflowDecimalExponent)