1 write to SoftDisconnectsPerSecond
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
205
SoftDisconnectsPerSecond
= 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)
1635
PerformanceCounters.
SoftDisconnectsPerSecond
.Increment();
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
281
SafeDispose(
SoftDisconnectsPerSecond
);