1 write to _done
System.Linq.Parallel (1)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (1)
226_done = true;
3 references to _done
System.Linq.Parallel (3)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (3)
196get { return _done; } 290Debug.Assert(!_done, "can't continue producing after the production is over"); 663Debug.Assert(_done, "Expected channel to be done before disposing");