1 write to SoftDisconnectsPerSecond
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
205SoftDisconnectsPerSecond = new Counter(verboseCategoryName, instanceName, CreationData.SoftDisconnectsPerSecond.CounterName, CreationData.SoftDisconnectsPerSecond.CounterType);
2 references to SoftDisconnectsPerSecond
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1635PerformanceCounters.SoftDisconnectsPerSecond.Increment();
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
281SafeDispose(SoftDisconnectsPerSecond);