Using sample code: [LongClass.txt](https://github.com/dotnet/roslyn/files/9312912/LongClass.txt) Many places using recursion would fail in this case. - [x] [AddExpressionsAndOperators](https://sourceroslyn.io/#Microsoft.CodeAnalysis.Features/Wrapping/BinaryExpression/AbstractBinaryExpressionWrapper.cs,f461f8abcebe1530,references) - [ ] [SyntaxWalker](https://sourceroslyn.io/#Microsoft.CodeAnalysis/Syntax/SyntaxWalker.cs,41) - [ ] [OperationWalker](https://sourceroslyn.io/#Microsoft.CodeAnalysis/Operations/OperationWalker.cs,15) Updates: checked in two tests try to cover the scenario, but it is not stable enough in the CI environment
Using sample code:
LongClass.txt
Many places using recursion would fail in this case.
Updates: checked in two tests try to cover the scenario, but it is not stable enough in the CI environment