1 instantiation of PartitionerQueryOperator
System.Linq.Parallel (1)
System\Linq\ParallelEnumerable.cs (1)
129return new PartitionerQueryOperator<TSource>(source);
1 reference to PartitionerQueryOperator
System.Linq.Parallel (1)
System\Linq\ParallelEnumerable.cs (1)
158if (source is PartitionerQueryOperator<TSource> partitionerOp)