15 references to Decrement
System.Data.OleDb (15)
System\Data\ProviderBase\DbConnectionFactory.cs (3)
452PerformanceCounters.NumberOfInactiveConnectionPools.Decrement(); 476PerformanceCounters.NumberOfInactiveConnectionPoolGroups.Decrement(); 502PerformanceCounters.NumberOfActiveConnectionPoolGroups.Decrement();
System\Data\ProviderBase\DbConnectionInternal.cs (1)
120PerformanceCounters.NumberOfNonPooledConnections.Decrement();
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (3)
342PerformanceCounters?.NumberOfActiveConnections.Decrement(); 400PerformanceCounters!.NumberOfNonPooledConnections.Decrement(); 637PerformanceCounters!.NumberOfStasisConnections.Decrement();
System\Data\ProviderBase\DbConnectionPool.cs (6)
542PerformanceCounters.NumberOfFreeConnections.Decrement(); 633PerformanceCounters.NumberOfFreeConnections.Decrement(); 639PerformanceCounters.NumberOfFreeConnections.Decrement(); 902PerformanceCounters.NumberOfPooledConnections.Decrement(); 1357PerformanceCounters.NumberOfFreeConnections.Decrement(); 1373PerformanceCounters.NumberOfFreeConnections.Decrement();
System\Data\ProviderBase\DbConnectionPoolGroup.cs (2)
155connectionFactory.PerformanceCounters.NumberOfActiveConnectionPools.Decrement(); 298connectionFactory.PerformanceCounters.NumberOfActiveConnectionPools.Decrement();