1 instantiation of PartitionerQueryOperator
System.Core (1)
System\Linq\ParallelEnumerable.cs (1)
128return new PartitionerQueryOperator<TSource>(source);
2 references to PartitionerQueryOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
160PartitionerQueryOperator<TSource> partitionerOp = source as PartitionerQueryOperator<TSource>;