2 overrides of GetOrderableDynamicPartitions
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
542override public IEnumerable<KeyValuePair<long, TSource>> GetOrderableDynamicPartitions() 1077override public IEnumerable<KeyValuePair<long, TSource>> GetOrderableDynamicPartitions()
6 references to GetOrderableDynamicPartitions
mscorlib (6)
system\collections\concurrent\OrderablePartitioner.cs (5)
49/// <see cref="GetDynamicPartitions"/>, and <see cref="GetOrderableDynamicPartitions"/> 53/// <see cref="GetDynamicPartitions"/>, and <see cref="GetOrderableDynamicPartitions"/> 125/// The <see cref="GetOrderableDynamicPartitions"/> method is only supported if the <see 201/// The default implementation provides the same behavior as <see cref="GetOrderableDynamicPartitions"/> except 215IEnumerable<KeyValuePair<long, TSource>> orderablePartitions = GetOrderableDynamicPartitions();
system\threading\Tasks\Parallel.cs (1)
3266orderablePartitionerSource = orderedSource.GetOrderableDynamicPartitions();