1 write to m_op
System.Core (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
102m_op = op;
4 references to m_op
System.Core (4)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (4)
109Contract.Assert(IsIndexible == (m_op.OrdinalIndexState == OrdinalIndexState.Indexible)); 111if (m_settings.ExecutionMode.Value == ParallelExecutionMode.Default && m_op.LimitsParallelism) 114IEnumerable<TOutput> opSequential = m_op.AsSequentialQuery(m_settings.CancellationState.ExternalCancellationToken); 157new RightChildResultsRecipient<TLeftKey>(m_outputRecipient, m_results.m_op, source, m_preferStriping, m_settings);