3 writes to m_producerIsWaiting
System.Core (3)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (3)
346Interlocked.Exchange(ref m_producerIsWaiting, 1); 365m_producerIsWaiting = 0; 637m_producerIsWaiting = 0;
1 reference to m_producerIsWaiting
System.Core (1)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (1)
634if (m_producerIsWaiting == 1 && !IsFull)