Base:
property
OrdinalIndexState
System.Linq.Parallel.QueryOperator<TOutput>.OrdinalIndexState
11 references to OrdinalIndexState
System.Core (11)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
71
new PartitionedStream<TSource,TKey>(partitionCount, inputStream.KeyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
113
new PartitionedStream<TOutput, int>(partitionCount, Util.GetDefaultComparer<int>(),
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
107
new PartitionedStream<TInputOutput, int>(partitionCount, Util.GetDefaultComparer<int>(),
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
156
var outputStream = new PartitionedStream<TOutput, Pair<TLeftKey, int>>(partitionCount, keyComparer,
OrdinalIndexState
);
174
var outputStream = new PartitionedStream<TOutput, Pair<int, int>>(inputStream.PartitionCount, keyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (1)
57
new PartitionedStream<TOutput, TKey>(inputStream.PartitionCount, inputStream.KeyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (1)
116
new PartitionedStream<TInputOutput, TSortKey>(inputStream.PartitionCount, this.m_comparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
116
new PartitionedStream<TResult, TKey>(partitionCount, inputStream.KeyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
146
new PartitionedStream<TResult, TKey>(partitionCount, inputStream.KeyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
58
inputStream.PartitionCount, inputStream.KeyComparer,
OrdinalIndexState
);
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (1)
115
Contract.Assert(IsIndexible == (m_op.
OrdinalIndexState
== OrdinalIndexState.Indexible));