1 write to KeysNormalized
mscorlib (1)
system\collections\concurrent\OrderablePartitioner.cs (1)
93KeysNormalized = keysNormalized;
7 references to KeysNormalized
mscorlib (6)
system\collections\concurrent\OrderablePartitioner.cs (2)
62/// <li>If <see cref="KeysNormalized"/> returns true, all indices must be monotonically increasing from 157/// If <see cref="KeysNormalized"/> returns true, all order keys are distinct integers in the range
system\threading\Tasks\Parallel.cs (4)
2555if (!source.KeysNormalized) 2737if (!source.KeysNormalized) 2968if (!source.KeysNormalized) 3182if (!source.KeysNormalized)
System.Core (1)
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (1)
92if (orderablePartitioner.KeysNormalized)