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)
601
return
_pooledDbAuthenticationContexts
;