6 overrides of WrapPartitionedStream
System.Linq.Parallel (6)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
76
public override void
WrapPartitionedStream
<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
52
public override void
WrapPartitionedStream
<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
71
public override void
WrapPartitionedStream
<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
54
public override void
WrapPartitionedStream
<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
74
public override void
WrapPartitionedStream
<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
56
public override void
WrapPartitionedStream
<TLeftKey, TRightKey>(
1 reference to WrapPartitionedStream
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (1)
191
_op.
WrapPartitionedStream
(_leftPartitionedStream, rightPartitionedStream, _outputRecipient, _preferStriping, _settings);