3 writes to _producerIsWaiting
System.Linq.Parallel (3)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (3)
344Interlocked.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)
627if (_producerIsWaiting && !IsFull)