1 write to KeysNormalized
mscorlib (1)
system\collections\concurrent\OrderablePartitioner.cs (1)
93
KeysNormalized
= 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)
2555
if (!source.
KeysNormalized
)
2737
if (!source.
KeysNormalized
)
2968
if (!source.
KeysNormalized
)
3182
if (!source.
KeysNormalized
)
System.Core (1)
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (1)
92
if (orderablePartitioner.
KeysNormalized
)