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