8 references to PerformanceCounters
System.Data (8)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (8)
359PerformanceCounters.NumberOfActiveConnections.Increment(); 451PerformanceCounters.HardDisconnectsPerSecond.Increment(); 466PerformanceCounters.NumberOfNonPooledConnections.Decrement(); 516if (PerformanceCounters != null) { // Pool.Clear will DestroyObject that will clean performanceCounters before going here 517PerformanceCounters.NumberOfActiveConnections.Decrement(); 572PerformanceCounters.NumberOfNonPooledConnections.Decrement(); 847PerformanceCounters.NumberOfStasisConnections.Increment(); 857PerformanceCounters.NumberOfStasisConnections.Decrement();