6 references to SetValue
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (5)
509SetValue(out rem, ref lhs); 515SetValue(out rem, ref lhs); 740SetValue(out result, ref lhs); 960SetValue(out result, ref lhs); 1123SetValue(out BigInteger temp, ref this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Rounding.cs (1)
409BigInteger.SetValue(out quotient, ref newQuotient);