1 write to m_settings
System.Core (1)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (1)
109
m_settings
= settings;
5 references to m_settings
System.Core (5)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (5)
117
if (
m_settings
.ExecutionMode.Value == ParallelExecutionMode.Default && m_op.LimitsParallelism)
120
IEnumerable<TOutput> opSequential = m_op.AsSequentialQuery(
m_settings
.CancellationState.ExternalCancellationToken);
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
));