1 write to _done
System.Linq.Parallel (1)
System\Linq\Parallel\Channels\SynchronousChannel.cs (1)
106
_done
= true;
3 references to _done
System.Linq.Parallel (3)
System\Linq\Parallel\Channels\SynchronousChannel.cs (3)
69
Debug.Assert(!
_done
, "trying to enqueue into the queue after production is done");
91
Debug.Assert(
_done
, "trying to dequeue before production is done -- this is not safe");
119
Debug.Assert(
_done
, "Can only copy from the channel after it's done being added to");