4 references to TryUpdateInternal
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\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))