1 write to _counterType
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
1699
_counterType
= perfCounter.CounterType;
6 references to _counterType
System.Diagnostics.PerformanceCounter (6)
System\Diagnostics\PerformanceCounter.cs (2)
213
_counterType = counterSample.
_counterType
;
548
_counterType = counterSample.
_counterType
;
System\Diagnostics\PerformanceCounterLib.cs (4)
1458
int currentSampleType = samples[index].
_counterType
;
1756
(PerformanceCounterType)
_counterType
,
1787
(PerformanceCounterType)
_counterType
,
1809
(PerformanceCounterType)
_counterType
,