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)
196
get { return
_done
; }
290
Debug.Assert(!
_done
, "can't continue producing after the production is over");
663
Debug.Assert(
_done
, "Expected channel to be done before disposing");