1 write to _dbConnectionPool
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
356_dbConnectionPool = pool;
7 references to _dbConnectionPool
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (7)
2222if (_dbConnectionPool != null) { 2223Debug.Assert(_dbConnectionPool.AuthenticationContexts != null); 2229if (_dbConnectionPool.AuthenticationContexts.TryGetValue(_dbConnectionPoolAuthenticationContextKey, out dbConnectionPoolAuthenticationContext)) { 2287if (_dbConnectionPool != null) { 2478if (_dbConnectionPool != null) { 2562Debug.Assert(_dbConnectionPool != null, "_dbConnectionPool should not be null when _newDbConnectionPoolAuthenticationContext != null."); 2564DbConnectionPoolAuthenticationContext newAuthenticationContextInCacheAfterAddOrUpdate = _dbConnectionPool.AuthenticationContexts.AddOrUpdate(_dbConnectionPoolAuthenticationContextKey, _newDbConnectionPoolAuthenticationContext,