4 writes to m_consumerIsWaiting
System.Core (4)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (4)
319
m_consumerIsWaiting
= 0;
565
Interlocked.Exchange(ref
m_consumerIsWaiting
, 1);
588
m_consumerIsWaiting
= 0;
652
m_consumerIsWaiting
= 0;
1 reference to m_consumerIsWaiting
System.Core (1)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (1)
316
if (
m_consumerIsWaiting
== 1 && !IsChunkBufferEmpty)