6 overrides of WrapPartitionedStream
System.Linq.Parallel (6)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
76public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
52public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
71public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
54public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
74public override void WrapPartitionedStream<TLeftKey, TRightKey>(
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
56public 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);