4 references to TryUpdateInternal
System.Collections.Concurrent (4)
System\Collections\Concurrent\ConcurrentDictionary.cs (4)
613return TryUpdateInternal(_tables, key, null, newValue, comparisonValue);
1356if (TryUpdateInternal(tables, key, hashcode, newValue, oldValue))
1429if (TryUpdateInternal(tables, key, hashcode, newValue, oldValue))
1495if (TryUpdateInternal(tables, key, hashcode, newValue, oldValue))