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