6 overrides of WrapPartitionedStream
System.Core (6)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
56public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
76public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
58public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
79public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
60public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
80public override void WrapPartitionedStream<TLeftKey, TRightKey>(
1 reference to WrapPartitionedStream
System.Core (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
192m_op.WrapPartitionedStream(m_leftPartitionedStream, rightPartitionedStream, m_outputRecipient, m_preferStriping, m_settings);