1 override of GetPartitions
mscorlib (1)
system\collections\concurrent\OrderablePartitioner.cs (1)
172
public override IList<IEnumerator<TSource>>
GetPartitions
(int partitionCount)
6 references to GetPartitions
mscorlib (4)
system\collections\concurrent\Partitioner.cs (4)
31
/// <li><see cref="
GetPartitions
"/> should throw a
34
/// <li><see cref="
GetPartitions
"/> should always return a number of enumerables equal to the requested
39
/// <li><see cref="
GetPartitions
"/> and <see cref="GetDynamicPartitions"/>
42
/// <li><see cref="
GetPartitions
"/> and <see cref="GetDynamicPartitions"/> should always return
System.Core (2)
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (2)
60
using (IEnumerator<TElement> enumerator = m_partitioner.
GetPartitions
(1)[0])
181
m_partitioner.
GetPartitions
(partitionCount);