1 write to CounterType
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\CounterCreationData.cs (1)
23
CounterType
= counterType;
4 references to CounterType
System.Diagnostics.PerformanceCounter (4)
System\Diagnostics\PerformanceCounterCategory.cs (3)
304
int currentSampleType = (int)counterData[i].
CounterType
;
318
currentSampleType = (int)counterData[i + 1].
CounterType
;
331
currentSampleType = (int)counterData[i - 1].
CounterType
;
System\Diagnostics\PerformanceCounterLib.cs (1)
538
counterTypes[i] = ((int)creationData[i].
CounterType
).ToString(CultureInfo.InvariantCulture);