3 writes to counterType
System (3)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (3)
234this.counterType = counterSample.CounterType; 381this.counterType = -1; 562this.counterType = counterSample.CounterType;
2 references to counterType
System (2)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
222if (counterType == -1) { 237return(PerformanceCounterType) counterType;