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