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