1 write to KeysNormalized
System.Collections.Concurrent (1)
System\Collections\Concurrent\OrderablePartitioner.cs (1)
86
KeysNormalized
= 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)
86
if (orderablePartitioner.
KeysNormalized
)
System.Threading.Tasks.Parallel (4)
System\Threading\Tasks\Parallel.cs (4)
1951
if (!source.
KeysNormalized
)
2109
if (!source.
KeysNormalized
)
2313
if (!source.
KeysNormalized
)
2497
if (!source.
KeysNormalized
)