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