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