1 write to offset
System (1)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1538this.offset = perfCounter.CounterOffset;
2 references to offset
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
1551return (long)(uint)Marshal.ReadInt32((IntPtr)((long)pointer + this.offset)); 1554return (long)Marshal.ReadInt64((IntPtr)((long)pointer + this.offset));