1 write to _op
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (1)
103
_op
= op;
4 references to _op
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (4)
110
Debug.Assert(IsIndexible == (
_op
.OrdinalIndexState == OrdinalIndexState.Indexable));
113
if (_settings.ExecutionMode.Value == ParallelExecutionMode.Default &&
_op
.LimitsParallelism)
116
IEnumerable<TOutput> opSequential =
_op
.AsSequentialQuery(_settings.CancellationState.ExternalCancellationToken);
130
_childQueryResults.GivePartitionedStream(new ChildResultsRecipient(recipient,
_op
, _preferStriping, _settings));