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