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