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)
1716return (long)BitConverter.ToUInt32(data.Slice(_offset)); 1720return BitConverter.ToInt64(data.Slice(_offset));