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)
105Debug.Assert(IsIndexible == (_op.OrdinalIndexState == OrdinalIndexState.Indexable)); 108if (_settings.ExecutionMode.Value == ParallelExecutionMode.Default && _op.LimitsParallelism) 112IEnumerable<TOutput> opSequential = _op.AsSequentialQuery(_settings.CancellationState.ExternalCancellationToken); 156new RightChildResultsRecipient<TLeftKey>(_outputRecipient, _results._op, source, _preferStriping, _settings);