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