5 references to OrdinalIndexState
System.Core (5)
System\Linq\Parallel\Merging\MergeExecutor.cs (1)
65
if (options != ParallelMergeOptions.FullyBuffered && !partitions.
OrdinalIndexState
.IsWorseThan(OrdinalIndexState.Increasing))
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (2)
94
Contract.Assert(!ExchangeUtilities.IsWorseThan(leftStream.
OrdinalIndexState
, OrdinalIndexState.Increasing));
113
Contract.Assert(!ExchangeUtilities.IsWorseThan(rightStream.
OrdinalIndexState
, OrdinalIndexState.Increasing));
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
79
Contract.Assert(intKeyStream.
OrdinalIndexState
== OrdinalIndexState.Indexible);
System\Linq\Parallel\Utils\Sorting.cs (1)
151
partitions.
OrdinalIndexState
, partitions.KeyComparer,