1 write to _child
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Options\OrderingQueryOperator.cs (1)
28
_child
= child;
5 references to _child
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Options\OrderingQueryOperator.cs (5)
29
_ordinalIndexState =
_child
.OrdinalIndexState;
34
return
_child
.Open(settings, preferStriping);
39
if (
_child
is ScanQueryOperator<TSource> childAsScan)
52
return
_child
.AsSequentialQuery(token);
63
get { return
_child
.LimitsParallelism; }