4 references to ToUInt32
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (4)
728SetUInt64(out result, (ulong)lhs.ToUInt32() * value); 787Multiply(ref rhs, lhs.ToUInt32(), out result); 793Multiply(ref lhs, rhs.ToUInt32(), out result); 1122Multiply(ref this, value.ToUInt32(), out this);