5 references to AutoBuffered
System.Linq.Parallel (5)
System\Linq\Parallel\Merging\MergeExecutor.cs (3)
62Debug.Assert(options == ParallelMergeOptions.NotBuffered || options == ParallelMergeOptions.AutoBuffered); 63bool autoBuffered = (options == ParallelMergeOptions.AutoBuffered); 151Debug.Assert(options == ParallelMergeOptions.NotBuffered || options == ParallelMergeOptions.AutoBuffered);
System\Linq\Parallel\QueryOperators\QuerySettings.cs (1)
182settings.MergeOptions = ParallelMergeOptions.AutoBuffered;
System\Linq\ParallelEnumerable.cs (1)
387&& mergeOptions != ParallelMergeOptions.AutoBuffered