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