1 override of GetDynamicPartitions
mscorlib (1)
system\collections\concurrent\OrderablePartitioner.cs (1)
213
public override IEnumerable<TSource>
GetDynamicPartitions
()
5 references to GetDynamicPartitions
mscorlib (5)
system\collections\concurrent\Partitioner.cs (4)
39
/// <li><see cref="GetPartitions"/> and <see cref="
GetDynamicPartitions
"/>
42
/// <li><see cref="GetPartitions"/> and <see cref="
GetDynamicPartitions
"/> should always return
70
/// If a derived class does not override and implement <see cref="
GetDynamicPartitions
"/>,
92
/// The <see cref="
GetDynamicPartitions
"/> method is only supported if the <see
system\threading\Tasks\Parallel.cs (1)
3274
partitionerSource = source.
GetDynamicPartitions
();