2 references to TryAdd
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (2)
2356
set =>
TryAdd
(key, value, updateIfExists: true, out _);
2372
TryAdd
(key, value, updateIfExists: false, out _);