16 references to PerformanceCounters
System.Data (16)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
644_performanceCounters = connectionPool.PerformanceCounters;
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (15)
239Pool.PerformanceCounters.NumberOfFreeConnections.Increment(); 304Pool.PerformanceCounters.NumberOfFreeConnections.Decrement(); 645PerformanceCounters.NumberOfFreeConnections.Decrement(); 732PerformanceCounters.NumberOfFreeConnections.Decrement(); 737PerformanceCounters.NumberOfFreeConnections.Decrement(); 811PerformanceCounters.NumberOfPooledConnections.Increment(); // 1032PerformanceCounters.NumberOfPooledConnections.Decrement(); 1037PerformanceCounters.HardDisconnectsPerSecond.Increment(); 1227PerformanceCounters.SoftConnectsPerSecond.Increment(); 1432PerformanceCounters.SoftConnectsPerSecond.Increment(); 1470PerformanceCounters.NumberOfFreeConnections.Decrement(); 1484PerformanceCounters.NumberOfFreeConnections.Decrement(); 1628PerformanceCounters.NumberOfFreeConnections.Increment(); 1635PerformanceCounters.SoftDisconnectsPerSecond.Increment(); 1739PerformanceCounters.NumberOfReclaimedConnections.Increment();