This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
src/System.Linq.Parallel/src
System/Linq/Parallel/QueryOperators/Binary Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 52
52
<Compile Include =" System\Linq\Parallel\Partitioning\UnorderedHashRepartitionStream.cs" />
53
53
<Compile Include =" System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs" />
54
54
<Compile Include =" System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs" />
55
+ <Compile Include =" System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs" />
55
56
<Compile Include =" System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs" />
56
57
<Compile Include =" System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs" />
57
58
<Compile Include =" System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs" />
107
108
<Compile Include =" System\Linq\Parallel\QueryOperators\ScanQueryOperator.cs" />
108
109
<Compile Include =" System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs" />
109
110
<Compile Include =" System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs" />
110
- <Compile Include =" System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs" />
111
111
<Compile Include =" System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs" />
112
112
<Compile Include =" System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs" />
113
113
<Compile Include =" System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs" />
File renamed without changes.
You can’t perform that action at this time.
0 commit comments