3 references to TryUpdate
mscorlib (3)
system\Collections\Concurrent\ConcurrentDictionary.cs (3)
1157if (TryUpdate(key, newValue, oldValue)) 1207if (TryUpdate(key, newValue, oldValue)) 1252if (TryUpdate(key, newValue, oldValue))