2 overrides of CreatePartition
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
1554
override protected IEnumerator<KeyValuePair<long, TSource>>
CreatePartition
(int startIndex, int endIndex)
1612
override protected IEnumerator<KeyValuePair<long, TSource>>
CreatePartition
(int startIndex, int endIndex)
1 reference to CreatePartition
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
1445
partitions[i] =
CreatePartition
(startIndex, lastEndIndex);