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