1 write to NumberOfFreeConnections
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
207
NumberOfFreeConnections
= new Counter(verboseCategoryName, instanceName, CreationData.NumberOfFreeConnections.CounterName, CreationData.NumberOfFreeConnections.CounterType);
9 references to NumberOfFreeConnections
System.Data (9)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (8)
239
Pool.PerformanceCounters.
NumberOfFreeConnections
.Increment();
304
Pool.PerformanceCounters.
NumberOfFreeConnections
.Decrement();
645
PerformanceCounters.
NumberOfFreeConnections
.Decrement();
732
PerformanceCounters.
NumberOfFreeConnections
.Decrement();
737
PerformanceCounters.
NumberOfFreeConnections
.Decrement();
1470
PerformanceCounters.
NumberOfFreeConnections
.Decrement();
1484
PerformanceCounters.
NumberOfFreeConnections
.Decrement();
1628
PerformanceCounters.
NumberOfFreeConnections
.Increment();
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
288
SafeDispose(
NumberOfFreeConnections
);