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