Base:
property
OrdinalIndexState
System.Linq.Parallel.QueryOperator<TOutput>.OrdinalIndexState
4 references to OrdinalIndexState
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
123var outputStream = new PartitionedStream<TSource, ConcatKey<TLeftKey, TRightKey>>(partitionCount, comparer, OrdinalIndexState);
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
175partitionCount, outputKeyComparer, OrdinalIndexState);
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
143new PartitionedStream<TOutput, TOutputKey>(partitionCount, outputKeyComparer, OrdinalIndexState);
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
105Debug.Assert(IsIndexible == (_op.OrdinalIndexState == OrdinalIndexState.Indexable));