| _indexState | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | private |
| _leftChild | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | private |
| _prematureMergeLeft | System.Linq.Parallel.ConcatQueryOperator< TSource > | private |
| _prematureMergeRight | System.Linq.Parallel.ConcatQueryOperator< TSource > | private |
| _rightChild | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | private |
| AsSequentialQuery(CancellationToken token) | System.Linq.Parallel.ConcatQueryOperator< TSource > | inlinepackage |
| BinaryQueryOperator(ParallelQuery< TLeftInput > leftChild, ParallelQuery< TRightInput > rightChild) | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | inlinepackage |
| BinaryQueryOperator(QueryOperator< TLeftInput > leftChild, QueryOperator< TRightInput > rightChild) | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | inlinepackage |
| ConcatQueryOperator(ParallelQuery< TSource > firstChild, ParallelQuery< TSource > secondChild) | System.Linq.Parallel.ConcatQueryOperator< TSource > | inlinepackage |
| LeftChild | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | package |
| LimitsParallelism | System.Linq.Parallel.ConcatQueryOperator< TSource > | package |
| Open(QuerySettings settings, bool preferStriping) | System.Linq.Parallel.ConcatQueryOperator< TSource > | inlinepackage |
| OrdinalIndexState | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | package |
| RightChild | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | package |
| SetOrdinalIndex(OrdinalIndexState indexState) | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | inlineprotected |
| WrapHelper2< TLeftKey, TRightKey >(PartitionedStream< TSource, TLeftKey > leftStreamInc, PartitionedStream< TSource, TRightKey > rightStreamInc, IPartitionedStreamRecipient< TSource > outputRecipient) | System.Linq.Parallel.ConcatQueryOperator< TSource > | inlineprivate |
| WrapHelper< TLeftKey, TRightKey >(PartitionedStream< TSource, TLeftKey > leftStreamInc, PartitionedStream< TSource, TRightKey > rightStream, IPartitionedStreamRecipient< TSource > outputRecipient, QuerySettings settings, bool preferStriping) | System.Linq.Parallel.ConcatQueryOperator< TSource > | inlineprivate |
| WrapPartitionedStream< TLeftKey, TRightKey >(PartitionedStream< TSource, TLeftKey > leftStream, PartitionedStream< TSource, TRightKey > rightStream, IPartitionedStreamRecipient< TSource > outputRecipient, bool preferStriping, QuerySettings settings) | System.Linq.Parallel.ConcatQueryOperator< TSource > | inline |
| BinaryQueryOperator< TSource, TSource, TSource >.WrapPartitionedStream< TLeftKey, TRightKey >(PartitionedStream< TLeftInput, TLeftKey > leftPartitionedStream, PartitionedStream< TRightInput, TRightKey > rightPartitionedStream, IPartitionedStreamRecipient< TOutput > outputRecipient, bool preferStriping, QuerySettings settings) | System.Linq.Parallel.BinaryQueryOperator< TSource, TSource, TSource > | |