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