6 writes to uhi
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (6)
67
set =>
uhi
= value;
2223
d1.
uhi
= 0;
2411
(d.
uhi
, remainder) = Math.DivRem(n, divisor);
2452
(d.
uhi
, remainder) = Math.DivRem(n, power);
2501
d.
uhi
++;
2510
value.
uhi
= (uint)(div64 >> 32);
6 references to uhi
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (6)
66
get =>
uhi
;
2209
if ((d2.ulo | d2.umid | d2.
uhi
) == 0)
2212
if ((d1.ulo | d1.umid | d1.
uhi
) == 0)
2400
uint n = d.
uhi
;
2434
uint n = d.
uhi
;
2508
ulong high64 = ((ulong)value.
uhi
<< 32) + value.umid;