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)
123
var outputStream = new PartitionedStream<TSource, ConcatKey<TLeftKey, TRightKey>>(partitionCount, comparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
175
partitionCount, outputKeyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
143
new PartitionedStream<TOutput, TOutputKey>(partitionCount, outputKeyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
105
Debug.Assert(IsIndexible == (_op.
OrdinalIndexState
== OrdinalIndexState.Indexable));