2 references to TryRoundToDecimalDigitsFast
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
1430if ((digits > maxFastRoundingDigits) || !Number.TryRoundToDecimalDigitsFast(value, digits, mode, out double rounded))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Rounding.cs (1)
32/// <inheritdoc cref="TryRoundToDecimalDigitsFast(double, int, MidpointRounding, out double)" />