1 write to NumberOfPooledConnections
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
186NumberOfPooledConnections = 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)
811PerformanceCounters.NumberOfPooledConnections.Increment(); // 1032PerformanceCounters.NumberOfPooledConnections.Decrement();
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
283SafeDispose(NumberOfPooledConnections);