1 write to _preferStriping
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (1)
105_preferStriping = preferStriping;
3 references to _preferStriping
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (3)
118opSequential, _settings.DegreeOfParallelism.Value, _preferStriping); 124PartitionedStream<TOutput, int> result = ExchangeUtilities.PartitionDataSource(this, _settings.DegreeOfParallelism.Value, _preferStriping); 130_childQueryResults.GivePartitionedStream(new ChildResultsRecipient(recipient, _op, _preferStriping, _settings));