2 references to DecimalToFloatingPointExact
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (2)
1733
/// the Eisel-Lemire path cannot decide - falls back to <see cref="
DecimalToFloatingPointExact
"/>,
1766
return TFloat.CreateSaturating(
DecimalToFloatingPointExact
(low64, high, scale, TFloat.DenormalMantissaBits + 1));