2 references to TryAdd
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentDictionary.cs (2)
2386set => TryAdd(key, value, updateIfExists: true, out _); 2402TryAdd(key, value, updateIfExists: false, out _);