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