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