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