11 writes to hi
mscorlib (11)
system\decimal.cs (11)
174
hi
= 0;
184
hi
= 0;
202
hi
= 0;
212
hi
= 0;
235
this.
hi
= temp.hi;
274
this.
hi
= 0;
288
hi
= bits[2];
304
this.
hi
= hi;
337
this.
hi
= hi;
619
value.
hi
= (Int32) ((UInt32)value.hi + 1);
632
value.
hi
= (Int32)((UInt32)(n / divisor));
15 references to hi
mscorlib (15)
system\decimal.cs (15)
235
this.hi = temp.
hi
;
349
return new Decimal(d.lo, d.mid, d.
hi
, d.flags & ~SignMask);
568
return new int[] {d.lo, d.mid, d.
hi
, d.flags};
583
buffer[8] = (byte) d.
hi
;
584
buffer[9] = (byte) (d.
hi
>> 8);
585
buffer[10] = (byte) (d.
hi
>> 16);
586
buffer[11] = (byte) (d.
hi
>> 24);
619
value.hi = (Int32) ((UInt32)value.
hi
+ 1);
630
if (value.
hi
!= 0) {
631
n = ((UInt32) value.
hi
);
760
return new Decimal(d.lo, d.mid, d.
hi
, d.flags ^ SignMask);
906
if (d.
hi
== 0 && d.mid == 0) {
926
if (d.
hi
== 0) {
964
if (d.
hi
== 0 && d.mid == 0) {
980
if (d.
hi
== 0) {