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