5 references to IsFull
System.Linq.Parallel (5)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (5)
292if (IsFull) 294Debug.Assert(!IsFull, "expected a non-full buffer"); 353if (IsFull) 365while (IsFull); 627if (_producerIsWaiting == 1 && !IsFull)