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