6 writes to uhi
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (6)
75
set =>
uhi
= value;
2195
d1.
uhi
= 0;
2414
(d.
uhi
, remainder) = Math.DivRem(n, divisor);
2455
(d.
uhi
, remainder) = Math.DivRem(n, power);
2504
d.
uhi
++;
2513
value.
uhi
= (uint)(div64 >> 32);
6 references to uhi
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (6)
74
get =>
uhi
;
2182
if ((d2.ulomid | d2.
uhi
) == 0)
2185
if ((d1.ulomid | d1.
uhi
) == 0)
2403
uint n = d.
uhi
;
2437
uint n = d.
uhi
;
2511
ulong high64 = ((ulong)value.
uhi
<< 32) + value.umid;