1 override of GetDynamicPartitions
System.Collections.Concurrent (1)
System\Collections\Concurrent\OrderablePartitioner.cs (1)
206public override IEnumerable<TSource> GetDynamicPartitions()
5 references to GetDynamicPartitions
System.Collections.Concurrent (4)
System\Collections\Concurrent\Partitioner.cs (4)
34/// <li><see cref="GetPartitions"/> and <see cref="GetDynamicPartitions"/> 37/// <li><see cref="GetPartitions"/> and <see cref="GetDynamicPartitions"/> should always return 64/// If a derived class does not override and implement <see cref="GetDynamicPartitions"/>, 86/// The <see cref="GetDynamicPartitions"/> method is only supported if the <see
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.cs (1)
2581partitionerSource = source.GetDynamicPartitions();