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