2 overrides of SupportsDynamicPartitions
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
550override public bool SupportsDynamicPartitions 1085override public bool SupportsDynamicPartitions
6 references to SupportsDynamicPartitions
mscorlib (6)
system\collections\concurrent\OrderablePartitioner.cs (2)
126/// cref="System.Collections.Concurrent.Partitioner{TSource}.SupportsDynamicPartitions">SupportsDynamicPartitions</see> 206/// cref="System.Collections.Concurrent.Partitioner{TSource}.SupportsDynamicPartitions"/>
system\collections\concurrent\Partitioner.cs (3)
71/// <see cref="SupportsDynamicPartitions"/> should return false. The value of <see 72/// cref="SupportsDynamicPartitions"/> should not vary over the lifetime of this instance. 93/// cref="SupportsDynamicPartitions"/>
system\threading\Tasks\Parallel.cs (1)
3212if (!source.SupportsDynamicPartitions)