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