33 references to PerformanceCounterType
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
519[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceCounterType))]
System.Data.OleDb (14)
System\Data\ProviderBase\DbConnectionPoolCounters.cs (14)
23PerformanceCounterType.RateOfCountsPerSecond32); 28PerformanceCounterType.RateOfCountsPerSecond32); 33PerformanceCounterType.RateOfCountsPerSecond32); 38PerformanceCounterType.RateOfCountsPerSecond32); 43PerformanceCounterType.NumberOfItems32); 48PerformanceCounterType.NumberOfItems32); 53PerformanceCounterType.NumberOfItems32); 58PerformanceCounterType.NumberOfItems32); 63PerformanceCounterType.NumberOfItems32); 68PerformanceCounterType.NumberOfItems32); 73PerformanceCounterType.NumberOfItems32); 78PerformanceCounterType.NumberOfItems32); 83PerformanceCounterType.NumberOfItems32); 88PerformanceCounterType.NumberOfItems32);
System.Diagnostics.PerformanceCounter (18)
System\Diagnostics\CounterCreationData.cs (6)
13private PerformanceCounterType _counterType = PerformanceCounterType.NumberOfItems32; 21public CounterCreationData(string counterName, string counterHelp, PerformanceCounterType counterType) 28public PerformanceCounterType CounterType 37throw new InvalidEnumArgumentException(nameof(PerformanceCounterType), (int)value, typeof(PerformanceCounterType));
System\Diagnostics\CounterSample.cs (5)
15private readonly PerformanceCounterType _counterType; 20public static CounterSample Empty = new CounterSample(0, 0, 0, 0, 0, 0, PerformanceCounterType.NumberOfItems32); 22public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, PerformanceCounterType counterType) 34public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, PerformanceCounterType counterType, long counterTimeStamp) 134public PerformanceCounterType CounterType
System\Diagnostics\PerformanceCounter.cs (2)
198public PerformanceCounterType CounterType 217return (PerformanceCounterType)_counterType;
System\Diagnostics\PerformanceCounterCategory.cs (2)
182CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32); 191CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32);
System\Diagnostics\PerformanceCounterLib.cs (3)
1756(PerformanceCounterType)_counterType, 1787(PerformanceCounterType)_counterType, 1809(PerformanceCounterType)_counterType,