14 references to NumberOfItems32
System.Data.OleDb (10)
System\Data\ProviderBase\DbConnectionPoolCounters.cs (10)
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 (4)
System\Diagnostics\CounterCreationData.cs (1)
13
private PerformanceCounterType _counterType = PerformanceCounterType.
NumberOfItems32
;
System\Diagnostics\CounterSample.cs (1)
20
public static CounterSample Empty = new CounterSample(0, 0, 0, 0, 0, 0, PerformanceCounterType.
NumberOfItems32
);
System\Diagnostics\PerformanceCounterCategory.cs (2)
182
CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.
NumberOfItems32
);
191
CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.
NumberOfItems32
);