3 writes to _producerIsWaiting
System.Linq.Parallel (3)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (3)
344
Interlocked.Exchange(ref
_producerIsWaiting
, true);
362
_producerIsWaiting
= false;
631
_producerIsWaiting
= false;
1 reference to _producerIsWaiting
System.Linq.Parallel (1)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (1)
627
if (
_producerIsWaiting
&& !IsFull)