1 instantiation of ScanQueryOperator
System.Core (1)
System\Linq\Parallel\QueryOperators\QueryOperator.cs (1)
327sourceAsOperator = new ScanQueryOperator<TOutput>(source);
2 references to ScanQueryOperator
System.Core (2)
System\Linq\Parallel\QueryOperators\Options\OrderingQueryOperator.cs (2)
46ScanQueryOperator<TSource> childAsScan = m_child as ScanQueryOperator<TSource>;