5 references to IsCompleted
System.Collections.Concurrent (5)
System\Collections\Concurrent\BlockingCollection.cs (5)
653if (IsCompleted) 723if (IsCompleted) 1072if (collections[i].IsCompleted) //exclude Completed collections if it is take operation 1319if (!collections[i].IsCompleted && collections[i]._occupiedNodes.CurrentCount > 0 && collections[i].TryTake(out item)) 1614if (IsCompleted)