5 references to AddOrUpdate
System (2)
net\System\Net\_AuthenticationManager2.cs (2)
201this.moduleList.AddOrUpdate( 349this.moduleList.AddOrUpdate(
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2564DbConnectionPoolAuthenticationContext newAuthenticationContextInCacheAfterAddOrUpdate = _dbConnectionPool.AuthenticationContexts.AddOrUpdate(_dbConnectionPoolAuthenticationContextKey, _newDbConnectionPoolAuthenticationContext,
System.Web (2)
State\SessionStateModule.cs (2)
1072s_queuedRequestsNumPerSession.AddOrUpdate(_rqId, 1, (key, value) => value + 1); 1081if (s_queuedRequestsNumPerSession.AddOrUpdate(_rqId, 0, (key, value) => value - 1) == 0) {