2 writes to Value_hi
System (2)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
1444
entry->
Value_hi
= (int) (newvalue >> 32);
1485
entry->
Value_hi
= (int) (value >> 32);
2 references to Value_hi
System (2)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
1437
newvalue = (uint)entry->
Value_hi
;
1464
value = (uint)entry->
Value_hi
;