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