2 references to TryAdd
System.Collections.Concurrent (2)
System\Collections\Concurrent\BlockingCollection.cs (2)
1004
if (collections[index].
TryAdd
(item)) //case#1
1031
collections[i].
TryAdd
(item);