4 references to IsDone
System.Core (4)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (2)
544if (IsDone) 576if (IsChunkBufferEmpty && !IsDone)
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (2)
147if (!isDone && current.IsDone) 168Contract.Assert(m_channels[currChannelIndex].IsDone, "thought this channel was done");