1 write to NumberOfPooledConnections
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
182NumberOfPooledConnections = new Counter(basicCategoryName, instanceName, CreationData.NumberOfPooledConnections.CounterName);
3 references to NumberOfPooledConnections
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionPool.cs (2)
678PerformanceCounters.NumberOfPooledConnections.Increment(); // TODO: Performance: Consider moving outside of lock? 902PerformanceCounters.NumberOfPooledConnections.Decrement();
System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
276SafeDispose(NumberOfPooledConnections);