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