4 references to NotBuffered
System.Core (4)
System\Linq\Parallel\Merging\MergeExecutor.cs (3)
67
Contract.Assert(options == ParallelMergeOptions.
NotBuffered
|| options == ParallelMergeOptions.AutoBuffered);
151
Contract.Assert(options == ParallelMergeOptions.
NotBuffered
|| options == ParallelMergeOptions.AutoBuffered);
161
if (options == ParallelMergeOptions.
NotBuffered
)
System\Linq\ParallelEnumerable.cs (1)
445
&& mergeOptions != ParallelMergeOptions.
NotBuffered