5 references to AutoBuffered
System.Core (5)
System\Linq\Parallel\Merging\MergeExecutor.cs (3)
67Contract.Assert(options == ParallelMergeOptions.NotBuffered || options == ParallelMergeOptions.AutoBuffered); 68bool autoBuffered = (options == ParallelMergeOptions.AutoBuffered); 151Contract.Assert(options == ParallelMergeOptions.NotBuffered || options == ParallelMergeOptions.AutoBuffered);
System\Linq\Parallel\QueryOperators\QuerySettings.cs (1)
206settings.MergeOptions = ParallelMergeOptions.AutoBuffered;
System\Linq\ParallelEnumerable.cs (1)
444&& mergeOptions != ParallelMergeOptions.AutoBuffered