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