1 write to NumberOfFreeConnections
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
205NumberOfFreeConnections = new Counter(verboseCategoryName, instanceName, CreationData.NumberOfFreeConnections.CounterName);
8 references to NumberOfFreeConnections
System.Data.OleDb (8)
System\Data\ProviderBase\DbConnectionPool.cs (7)
212Pool.PerformanceCounters.NumberOfFreeConnections.Increment(); 542PerformanceCounters.NumberOfFreeConnections.Decrement(); 633PerformanceCounters.NumberOfFreeConnections.Decrement(); 639PerformanceCounters.NumberOfFreeConnections.Decrement(); 1357PerformanceCounters.NumberOfFreeConnections.Decrement(); 1373PerformanceCounters.NumberOfFreeConnections.Decrement(); 1526PerformanceCounters.NumberOfFreeConnections.Increment();
System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
281SafeDispose(NumberOfFreeConnections);