2 references to TryAdd
System (2)
sys\system\collections\concurrent\BlockingCollection.cs (2)
1053if (collections[index].TryAdd(item)) //case#1 1080collections[i].TryAdd(item);