1 write to _pooledDbAuthenticationContexts
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
495_pooledDbAuthenticationContexts = new ConcurrentDictionary<DbConnectionPoolAuthenticationContextKey, DbConnectionPoolAuthenticationContext>(concurrencyLevel: 4 * Environment.ProcessorCount /* default value in ConcurrentDictionary*/,
1 reference to _pooledDbAuthenticationContexts
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
601return _pooledDbAuthenticationContexts;