5 references to IsFull
System.Core (5)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (5)
294if (IsFull) 296Contract.Assert(!IsFull, "expected a non-full buffer"); 356if (IsFull) 368while (IsFull); 634if (m_producerIsWaiting == 1 && !IsFull)