2 overrides of CreatePartition
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
1495
protected override IEnumerator<KeyValuePair<long, TSource>>
CreatePartition
(int startIndex, int endIndex)
1553
protected override IEnumerator<KeyValuePair<long, TSource>>
CreatePartition
(int startIndex, int endIndex)
1 reference to CreatePartition
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1386
partitions[i] =
CreatePartition
(startIndex, lastEndIndex);