3 implementations of TryAdd
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentBag.cs (1)
86
bool IProducerConsumerCollection<T>.
TryAdd
(T item)
System\Collections\Concurrent\ConcurrentStack.cs (1)
418
bool IProducerConsumerCollection<T>.
TryAdd
(T item)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueue.cs (1)
184
bool IProducerConsumerCollection<T>.
TryAdd
(T item)
1 reference to TryAdd
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
475
addingSucceeded = _collection.
TryAdd
(item);