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