1 write to _offset
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
1700
_offset
= perfCounter.CounterOffset;
2 references to _offset
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
1716
return (long)BitConverter.ToUInt32(data.Slice(
_offset
));
1720
return BitConverter.ToInt64(data.Slice(
_offset
));