4 writes to ulo
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (4)
81
set =>
ulo
= value;
2424
d.
ulo
= q = (uint)((((ulong)remainder << 32) | n) / divisor);
2465
d.
ulo
= q = (uint)((((ulong)remainder << 32) | n) / power);
2518
value.
ulo
= div;
5 references to ulo
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (5)
80
get =>
ulo
;
2421
n = d.
ulo
;
2462
n = d.
ulo
;
2478
if ((sticky | d.
ulo
& 1) != 0)
2516
ulong num = ((high64 - (uint)div64 * TenToPowerNine) << 32) + value.
ulo
;