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