1 override of GetPartitions
System.Collections.Concurrent (1)
System\Collections\Concurrent\OrderablePartitioner.cs (1)
165
public override IList<IEnumerator<TSource>>
GetPartitions
(int partitionCount)
6 references to GetPartitions
System.Collections.Concurrent (4)
System\Collections\Concurrent\Partitioner.cs (4)
26
/// <li><see cref="
GetPartitions
"/> should throw a
29
/// <li><see cref="
GetPartitions
"/> should always return a number of enumerables equal to the requested
34
/// <li><see cref="
GetPartitions
"/> and <see cref="GetDynamicPartitions"/>
37
/// <li><see cref="
GetPartitions
"/> and <see cref="GetDynamicPartitions"/> should always return
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (2)
54
using (IEnumerator<TElement> enumerator = _partitioner.
GetPartitions
(1)[0])
175
_partitioner.
GetPartitions
(partitionCount);