11 references to SetUInt32
System.Private.CoreLib (11)
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)]); 1060SetUInt32(out this, value); 1205SetUInt32(out result, (uint)value);
src\libraries\System.Private.CoreLib\src\System\Number.Dragon4.cs (5)
98BigInteger.SetUInt32(out scale, 4); 117BigInteger.SetUInt32(out scaledMarginLow, 1); 120BigInteger.SetUInt32(out optionalMarginHigh, 2); 139BigInteger.SetUInt32(out scale, 2); 155BigInteger.SetUInt32(out scaledMarginLow, 1);