1 write to m_done
System.Core (1)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (1)
227
m_done
= true;
3 references to m_done
System.Core (3)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (3)
197
get { return
m_done
; }
292
Contract.Assert(!
m_done
, "can't continue producing after the production is over");
669
Contract.Assert(
m_done
, "Expected channel to be done before disposing");