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)
23
PerformanceCounterType
.RateOfCountsPerSecond32);
28
PerformanceCounterType
.RateOfCountsPerSecond32);
33
PerformanceCounterType
.RateOfCountsPerSecond32);
38
PerformanceCounterType
.RateOfCountsPerSecond32);
43
PerformanceCounterType
.NumberOfItems32);
48
PerformanceCounterType
.NumberOfItems32);
53
PerformanceCounterType
.NumberOfItems32);
58
PerformanceCounterType
.NumberOfItems32);
63
PerformanceCounterType
.NumberOfItems32);
68
PerformanceCounterType
.NumberOfItems32);
73
PerformanceCounterType
.NumberOfItems32);
78
PerformanceCounterType
.NumberOfItems32);
83
PerformanceCounterType
.NumberOfItems32);
88
PerformanceCounterType
.NumberOfItems32);
System.Diagnostics.PerformanceCounter (18)
System\Diagnostics\CounterCreationData.cs (6)
13
private
PerformanceCounterType
_counterType =
PerformanceCounterType
.NumberOfItems32;
21
public CounterCreationData(string counterName, string counterHelp,
PerformanceCounterType
counterType)
28
public
PerformanceCounterType
CounterType
37
throw new InvalidEnumArgumentException(nameof(
PerformanceCounterType
), (int)value, typeof(
PerformanceCounterType
));
System\Diagnostics\CounterSample.cs (5)
15
private readonly
PerformanceCounterType
_counterType;
20
public static CounterSample Empty = new CounterSample(0, 0, 0, 0, 0, 0,
PerformanceCounterType
.NumberOfItems32);
22
public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec,
PerformanceCounterType
counterType)
34
public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec,
PerformanceCounterType
counterType, long counterTimeStamp)
134
public
PerformanceCounterType
CounterType
System\Diagnostics\PerformanceCounter.cs (2)
198
public
PerformanceCounterType
CounterType
217
return (
PerformanceCounterType
)_counterType;
System\Diagnostics\PerformanceCounterCategory.cs (2)
182
CounterCreationData customData = new CounterCreationData(counterName, counterHelp,
PerformanceCounterType
.NumberOfItems32);
191
CounterCreationData customData = new CounterCreationData(counterName, counterHelp,
PerformanceCounterType
.NumberOfItems32);
System\Diagnostics\PerformanceCounterLib.cs (3)
1756
(
PerformanceCounterType
)_counterType,
1787
(
PerformanceCounterType
)_counterType,
1809
(
PerformanceCounterType
)_counterType,