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