1 instantiation of ScanQueryOperator
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\QueryOperator.cs (1)
331sourceAsOperator = new ScanQueryOperator<TOutput>(source);
1 reference to ScanQueryOperator
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Options\OrderingQueryOperator.cs (1)
39if (_child is ScanQueryOperator<TSource> childAsScan)