15 references to NumberOfItems32
System (5)
services\monitoring\system\diagnosticts\CounterCreationData.cs (2)
22private PerformanceCounterType counterType = PerformanceCounterType.NumberOfItems32; 45DefaultValue(PerformanceCounterType.NumberOfItems32),
services\monitoring\system\diagnosticts\CounterSample.cs (1)
30public static CounterSample Empty = new CounterSample(0, 0, 0, 0, 0, 0, PerformanceCounterType.NumberOfItems32);
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
205CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32); 212CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32);
System.Data (10)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (10)
48PerformanceCounterType.NumberOfItems32); 53PerformanceCounterType.NumberOfItems32); 58PerformanceCounterType.NumberOfItems32); 63PerformanceCounterType.NumberOfItems32); 68PerformanceCounterType.NumberOfItems32); 73PerformanceCounterType.NumberOfItems32); 78PerformanceCounterType.NumberOfItems32); 83PerformanceCounterType.NumberOfItems32); 88PerformanceCounterType.NumberOfItems32); 93PerformanceCounterType.NumberOfItems32);