2 writes to _dbConnectionPoolAuthenticationContextKey
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
1689
_dbConnectionPoolAuthenticationContextKey
= null;
2226
_dbConnectionPoolAuthenticationContextKey
= new DbConnectionPoolAuthenticationContextKey(fedAuthInfo.stsurl, fedAuthInfo.spn);
3 references to _dbConnectionPoolAuthenticationContextKey
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
2207
Debug.Assert(
_dbConnectionPoolAuthenticationContextKey
== null, "_dbConnectionPoolAuthenticationContextKey should be null.");
2229
if (_dbConnectionPool.AuthenticationContexts.TryGetValue(
_dbConnectionPoolAuthenticationContextKey
, out dbConnectionPoolAuthenticationContext)) {
2564
DbConnectionPoolAuthenticationContext newAuthenticationContextInCacheAfterAddOrUpdate = _dbConnectionPool.AuthenticationContexts.AddOrUpdate(
_dbConnectionPoolAuthenticationContextKey
, _newDbConnectionPoolAuthenticationContext,