5 writes to U2
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (5)
1171
bufNum.
U2
= high;
1460
bufProd.
U2
= (uint)tmp;
1480
bufProd.
U2
= (uint)tmp;
2352
Div96By64(ref *(Buf12*)&b.Buf24.
U2
, divisor);
2374
Div128By96(ref *(Buf16*)&b.Buf24.
U2
, ref bufDivisor);
5 references to U2
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (5)
1105
uint tmpHigh = bufNum.
U2
;
1175
high = bufNum.
U2
;
1550
d1.High = bufProd.
U2
;
2382
d1.Low64 = (b.Buf24.Low64 >> shift) + ((ulong)b.Buf24.
U2
<< (32 - shift) << 32);
2383
d1.High = b.Buf24.
U2
>> shift;