2 overrides of SupportsDynamicPartitions
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
527public override bool SupportsDynamicPartitions 1035public override bool SupportsDynamicPartitions
6 references to SupportsDynamicPartitions
System.Collections.Concurrent (5)
System\Collections\Concurrent\OrderablePartitioner.cs (2)
119/// cref="System.Collections.Concurrent.Partitioner{TSource}.SupportsDynamicPartitions">SupportsDynamicPartitions</see> 199/// cref="System.Collections.Concurrent.Partitioner{TSource}.SupportsDynamicPartitions"/>
System\Collections\Concurrent\Partitioner.cs (3)
65/// <see cref="SupportsDynamicPartitions"/> should return false. The value of <see 66/// cref="SupportsDynamicPartitions"/> should not vary over the lifetime of this instance. 87/// cref="SupportsDynamicPartitions"/>
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.cs (1)
2527if (!source.SupportsDynamicPartitions)