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