1 write to NumberOfPooledConnections
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
186
NumberOfPooledConnections
= new Counter(basicCategoryName, instanceName, CreationData.NumberOfPooledConnections.CounterName, CreationData.NumberOfPooledConnections.CounterType);
3 references to NumberOfPooledConnections
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
811
PerformanceCounters.
NumberOfPooledConnections
.Increment(); //
1032
PerformanceCounters.
NumberOfPooledConnections
.Decrement();
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
283
SafeDispose(
NumberOfPooledConnections
);