1 write to m_preferStriping
System.Core (1)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (1)
110m_preferStriping = preferStriping;
3 references to m_preferStriping
System.Core (3)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (3)
122opSequential, m_settings.DegreeOfParallelism.Value, m_preferStriping); 128PartitionedStream<TOutput, int> result = ExchangeUtilities.PartitionDataSource(this, m_settings.DegreeOfParallelism.Value, m_preferStriping); 134m_childQueryResults.GivePartitionedStream(new ChildResultsRecipient(recipient, m_op, m_preferStriping, m_settings));