2 references to TryTake
System (2)
sys\system\collections\concurrent\BlockingCollection.cs (2)
1371if (!collections[i].IsCompleted && collections[i].m_occupiedNodes.CurrentCount > 0 && collections[i].TryTake(out item)) 1466if (collections[index].TryTake(out item)) //case#1