14 references to NumberOfItems32
System.Data.OleDb (10)
System\Data\ProviderBase\DbConnectionPoolCounters.cs (10)
43PerformanceCounterType.NumberOfItems32); 48PerformanceCounterType.NumberOfItems32); 53PerformanceCounterType.NumberOfItems32); 58PerformanceCounterType.NumberOfItems32); 63PerformanceCounterType.NumberOfItems32); 68PerformanceCounterType.NumberOfItems32); 73PerformanceCounterType.NumberOfItems32); 78PerformanceCounterType.NumberOfItems32); 83PerformanceCounterType.NumberOfItems32); 88PerformanceCounterType.NumberOfItems32);
System.Diagnostics.PerformanceCounter (4)
System\Diagnostics\CounterCreationData.cs (1)
13private PerformanceCounterType _counterType = PerformanceCounterType.NumberOfItems32;
System\Diagnostics\CounterSample.cs (1)
20public static CounterSample Empty = new CounterSample(0, 0, 0, 0, 0, 0, PerformanceCounterType.NumberOfItems32);
System\Diagnostics\PerformanceCounterCategory.cs (2)
182CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32); 191CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32);