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)
114opSequential, _settings.DegreeOfParallelism.Value, _preferStriping); 121PartitionedStream<TOutput, int> result = ExchangeUtilities.PartitionDataSource(this, _settings.DegreeOfParallelism.Value, _preferStriping); 127_leftChildQueryResults.GivePartitionedStream(new LeftChildResultsRecipient(recipient, this, _preferStriping, _settings));