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