2 writes to m_consumerEvent
System.Core (2)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (2)
130
m_consumerEvent
= consumerEvent;
674
m_consumerEvent
= null;
4 references to m_consumerEvent
System.Core (4)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (4)
241
if (
m_consumerEvent
!= null)
243
m_consumerEvent
.Set(m_index);
320
m_consumerEvent
.Set(m_index);
671
Contract.Assert(
m_consumerEvent
!= null);