3 references to CounterType
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1537this.CounterType = perfCounter.CounterType;
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));