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