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)
69Debug.Assert(!_done, "trying to enqueue into the queue after production is done"); 91Debug.Assert(_done, "trying to dequeue before production is done -- this is not safe"); 119Debug.Assert(_done, "Can only copy from the channel after it's done being added to");