1 write to _preferStriping
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
100
_preferStriping
= preferStriping;
3 references to _preferStriping
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (3)
114
opSequential, _settings.DegreeOfParallelism.Value,
_preferStriping
);
121
PartitionedStream<TOutput, int> result = ExchangeUtilities.PartitionDataSource(this, _settings.DegreeOfParallelism.Value,
_preferStriping
);
127
_leftChildQueryResults.GivePartitionedStream(new LeftChildResultsRecipient(recipient, this,
_preferStriping
, _settings));