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)
118
opSequential, _settings.DegreeOfParallelism.Value,
_preferStriping
);
124
PartitionedStream<TOutput, int> result = ExchangeUtilities.PartitionDataSource(this, _settings.DegreeOfParallelism.Value,
_preferStriping
);
130
_childQueryResults.GivePartitionedStream(new ChildResultsRecipient(recipient, _op,
_preferStriping
, _settings));