1 write to m_op
System.Core (1)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (1)
108m_op = op;
4 references to m_op
System.Core (4)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (4)
115Contract.Assert(IsIndexible == (m_op.OrdinalIndexState == OrdinalIndexState.Indexible)); 117if (m_settings.ExecutionMode.Value == ParallelExecutionMode.Default && m_op.LimitsParallelism) 120IEnumerable<TOutput> opSequential = m_op.AsSequentialQuery(m_settings.CancellationState.ExternalCancellationToken); 134m_childQueryResults.GivePartitionedStream(new ChildResultsRecipient(recipient, m_op, m_preferStriping, m_settings));