3 references to AuthenticationContexts
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
2223
Debug.Assert(_dbConnectionPool.
AuthenticationContexts
!= null);
2229
if (_dbConnectionPool.
AuthenticationContexts
.TryGetValue(_dbConnectionPoolAuthenticationContextKey, out dbConnectionPoolAuthenticationContext)) {
2564
DbConnectionPoolAuthenticationContext newAuthenticationContextInCacheAfterAddOrUpdate = _dbConnectionPool.
AuthenticationContexts
.AddOrUpdate(_dbConnectionPoolAuthenticationContextKey, _newDbConnectionPoolAuthenticationContext,