Base:
property
OrdinalIndexState
System.Linq.Parallel.QueryOperator<TOutput>.OrdinalIndexState
4 references to OrdinalIndexState
System.Core (4)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
110
partitionCount, leftHashStream.KeyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
113
partitionCount, leftHashStream.KeyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
109
Contract.Assert(IsIndexible == (m_op.
OrdinalIndexState
== OrdinalIndexState.Indexible));
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
127
var outputStream = new PartitionedStream<TSource, ConcatKey<TLeftKey, TRightKey>>(partitionCount, comparer,
OrdinalIndexState
);