5 references to IsCompleted
System (5)
sys\system\collections\concurrent\BlockingCollection.cs (5)
695if (IsCompleted) 771if (IsCompleted) 1122if (collections[i].IsCompleted) //exclude Completed collections if it is take operation 1371if (!collections[i].IsCompleted && collections[i].m_occupiedNodes.CurrentCount > 0 && collections[i].TryTake(out item)) 1676while (!IsCompleted)