15 references to PerformanceCounters
System.Data (15)
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (11)
134PerformanceCounters.HardConnectsPerSecond.Increment(); 135newConnection.MakeNonPooledObject(owningConnection, PerformanceCounters); 147PerformanceCounters.HardConnectsPerSecond.Increment(); 280PerformanceCounters.NumberOfNonPooledConnections.Increment(); 296PerformanceCounters.NumberOfNonPooledConnections.Increment(); 427PerformanceCounters.NumberOfActiveConnectionPoolGroups.Increment(); 485PerformanceCounters.NumberOfInactiveConnectionPools.Decrement(); 507PerformanceCounters.NumberOfInactiveConnectionPoolGroups.Decrement(); 529PerformanceCounters.NumberOfActiveConnectionPoolGroups.Decrement(); 558PerformanceCounters.NumberOfInactiveConnectionPools.Increment(); 568PerformanceCounters.NumberOfInactiveConnectionPoolGroups.Increment();
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
579get { return _connectionFactory.PerformanceCounters; }
fx\src\data\System\Data\ProviderBase\DbConnectionPoolGroup.cs (3)
148connectionFactory.PerformanceCounters.NumberOfActiveConnectionPools.Decrement(); 202connectionFactory.PerformanceCounters.NumberOfActiveConnectionPools.Increment(); 276connectionFactory.PerformanceCounters.NumberOfActiveConnectionPools.Decrement();