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