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; 34return _child.Open(settings, preferStriping); 39if (_child is ScanQueryOperator<TSource> childAsScan) 52return _child.AsSequentialQuery(token); 63get { return _child.LimitsParallelism; }