16 references to Decrement
System.Data (16)
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (3)
485PerformanceCounters.NumberOfInactiveConnectionPools.Decrement(); 507PerformanceCounters.NumberOfInactiveConnectionPoolGroups.Decrement(); 529PerformanceCounters.NumberOfActiveConnectionPoolGroups.Decrement();
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (4)
466PerformanceCounters.NumberOfNonPooledConnections.Decrement(); 517PerformanceCounters.NumberOfActiveConnections.Decrement(); 572PerformanceCounters.NumberOfNonPooledConnections.Decrement(); 857PerformanceCounters.NumberOfStasisConnections.Decrement();
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (7)
304Pool.PerformanceCounters.NumberOfFreeConnections.Decrement(); 645PerformanceCounters.NumberOfFreeConnections.Decrement(); 732PerformanceCounters.NumberOfFreeConnections.Decrement(); 737PerformanceCounters.NumberOfFreeConnections.Decrement(); 1032PerformanceCounters.NumberOfPooledConnections.Decrement(); 1470PerformanceCounters.NumberOfFreeConnections.Decrement(); 1484PerformanceCounters.NumberOfFreeConnections.Decrement();
fx\src\data\System\Data\ProviderBase\DbConnectionPoolGroup.cs (2)
148connectionFactory.PerformanceCounters.NumberOfActiveConnectionPools.Decrement(); 276connectionFactory.PerformanceCounters.NumberOfActiveConnectionPools.Decrement();