3 writes to _counterType
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounter.cs (3)
213
_counterType
= counterSample._counterType;
355
_counterType
= -1;
548
_counterType
= counterSample._counterType;
2 references to _counterType
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounter.cs (2)
202
if (
_counterType
== -1)
217
return (PerformanceCounterType)
_counterType
;