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