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