6 references to IsCompleted
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
692
_host.Assert(compressionTask != null || toCompress.
IsCompleted
);
System.Collections.Concurrent (5)
System\Collections\Concurrent\BlockingCollection.cs (5)
653
if (
IsCompleted
)
723
if (
IsCompleted
)
1072
if (collections[i].
IsCompleted
) //exclude Completed collections if it is take operation
1319
if (!collections[i].
IsCompleted
&& collections[i]._occupiedNodes.CurrentCount > 0 && collections[i].TryTake(out item))
1614
if (
IsCompleted
)