3 references to CounterOffset
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1538
this.offset = perfCounter.
CounterOffset
;
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
893
long value = ReadCounterValue(counter.CounterType, (IntPtr)((long)instancePtr + counter.
CounterOffset
));
952
long value = ReadCounterValue(counter.CounterType, (IntPtr)((long)instancePtr + counter.
CounterOffset
));