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)
2222
if (
_dbConnectionPool
!= null) {
2223
Debug.Assert(
_dbConnectionPool
.AuthenticationContexts != null);
2229
if (
_dbConnectionPool
.AuthenticationContexts.TryGetValue(_dbConnectionPoolAuthenticationContextKey, out dbConnectionPoolAuthenticationContext)) {
2287
if (
_dbConnectionPool
!= null) {
2478
if (
_dbConnectionPool
!= null) {
2562
Debug.Assert(
_dbConnectionPool
!= null, "_dbConnectionPool should not be null when _newDbConnectionPoolAuthenticationContext != null.");
2564
DbConnectionPoolAuthenticationContext newAuthenticationContextInCacheAfterAddOrUpdate =
_dbConnectionPool
.AuthenticationContexts.AddOrUpdate(_dbConnectionPoolAuthenticationContextKey, _newDbConnectionPoolAuthenticationContext,