4 writes to _consumerIsWaiting
System.Linq.Parallel (4)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (4)
316_consumerIsWaiting = false; 561Interlocked.Exchange(ref _consumerIsWaiting, true); 583_consumerIsWaiting = false; 646_consumerIsWaiting = false;
1 reference to _consumerIsWaiting
System.Linq.Parallel (1)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (1)
312if (_consumerIsWaiting && !IsChunkBufferEmpty)