Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit dc8151c

Browse files
committed
Merge pull request #2001 from Clockwork-Muse/System.Linq.Parallel_ConcatMove
Move Concat from Unary operator to Binary operator folder.
2 parents 1615175 + 96cc6f7 commit dc8151c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/System.Linq.Parallel/src/System.Linq.Parallel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<Compile Include="System\Linq\Parallel\Partitioning\UnorderedHashRepartitionStream.cs" />
5353
<Compile Include="System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs" />
5454
<Compile Include="System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs" />
55+
<Compile Include="System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs" />
5556
<Compile Include="System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs" />
5657
<Compile Include="System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs" />
5758
<Compile Include="System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs" />
@@ -107,7 +108,6 @@
107108
<Compile Include="System\Linq\Parallel\QueryOperators\ScanQueryOperator.cs" />
108109
<Compile Include="System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs" />
109110
<Compile Include="System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs" />
110-
<Compile Include="System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs" />
111111
<Compile Include="System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs" />
112112
<Compile Include="System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs" />
113113
<Compile Include="System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs" />

0 commit comments

Comments
 (0)