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