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