13 references to SetUInt32
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (6)
470SetUInt32(out quo, quotient); 471SetUInt32(out rem, remainder); 501SetUInt32(out rem, (uint)carry); 924SetUInt32(out BigInteger temp1, Pow10UInt32Table[(int)(exponent & 0x7)]); 1057SetUInt32(out this, value); 1202SetUInt32(out result, (uint)value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Dragon4.cs (5)
104BigInteger.SetUInt32(out scale, 4); 123BigInteger.SetUInt32(out scaledMarginLow, 1); 126BigInteger.SetUInt32(out optionalMarginHigh, 2); 145BigInteger.SetUInt32(out scale, 2); 161BigInteger.SetUInt32(out scaledMarginLow, 1);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Rounding.cs (2)
328BigInteger.SetUInt32(out denominator, 1); 401BigInteger.SetUInt32(out BigInteger ten, 10);