1 write to KeysNormalized
System.Collections.Concurrent (1)
System\Collections\Concurrent\OrderablePartitioner.cs (1)
86KeysNormalized = keysNormalized;
7 references to KeysNormalized
System.Collections.Concurrent (2)
System\Collections\Concurrent\OrderablePartitioner.cs (2)
56/// <li>If <see cref="KeysNormalized"/> returns true, all indices must be monotonically increasing from 150/// If <see cref="KeysNormalized"/> returns true, all order keys are distinct integers in the range
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (1)
86if (orderablePartitioner.KeysNormalized)
System.Threading.Tasks.Parallel (4)
System\Threading\Tasks\Parallel.cs (4)
1951if (!source.KeysNormalized) 2109if (!source.KeysNormalized) 2313if (!source.KeysNormalized) 2497if (!source.KeysNormalized)