1 write to _op
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
98
_op
= op;
4 references to _op
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (4)
105
Debug.Assert(IsIndexible == (
_op
.OrdinalIndexState == OrdinalIndexState.Indexable));
108
if (_settings.ExecutionMode.Value == ParallelExecutionMode.Default &&
_op
.LimitsParallelism)
112
IEnumerable<TOutput> opSequential =
_op
.AsSequentialQuery(_settings.CancellationState.ExternalCancellationToken);
156
new RightChildResultsRecipient<TLeftKey>(_outputRecipient, _results.
_op
, source, _preferStriping, _settings);