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