2 writes to Value_lo
System (2)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
1445
entry->
Value_lo
= (int) (newvalue & 0xffffffff);
1484
entry->
Value_lo
= (int) (value & 0xffffffff);
2 references to Value_lo
System (2)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
1439
newvalue |= (uint)entry->
Value_lo
;
1466
value |= (uint)entry->
Value_lo
;