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