4 references to IsDone
System.Linq.Parallel (4)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (2)
541
if (
IsDone
)
571
if (IsChunkBufferEmpty && !
IsDone
)
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (2)
144
if (!isDone && current.
IsDone
)
165
Debug.Assert(_channels[currChannelIndex].
IsDone
, "thought this channel was done");