1 write to m_preferStriping
System.Core (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
104
m_preferStriping
= preferStriping;
3 references to m_preferStriping
System.Core (3)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (3)
116
opSequential, m_settings.DegreeOfParallelism.Value,
m_preferStriping
);
122
PartitionedStream<TOutput, int> result = ExchangeUtilities.PartitionDataSource(this, m_settings.DegreeOfParallelism.Value,
m_preferStriping
);
128
m_leftChildQueryResults.GivePartitionedStream(new LeftChildResultsRecipient(recipient, this,
m_preferStriping
, m_settings));