Base:
method
VisitParenthesizedLambdaExpression
Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor<TResult>.VisitParenthesizedLambdaExpression(Microsoft.CodeAnalysis.CSharp.Syntax.ParenthesizedLambdaExpressionSyntax)
2 overrides of VisitParenthesizedLambdaExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\CSharpSimplificationService.Expander.cs (1)
157public override SyntaxNode VisitParenthesizedLambdaExpression(ParenthesizedLambdaExpressionSyntax node)
Simplification\Reducers\CSharpMiscellaneousReducer.Rewriter.cs (1)
25public override SyntaxNode? VisitParenthesizedLambdaExpression(ParenthesizedLambdaExpressionSyntax node)
2 references to VisitParenthesizedLambdaExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\CSharpSimplificationService.Expander.cs (1)
159var newNode = base.VisitParenthesizedLambdaExpression(node);
Simplification\Reducers\CSharpMiscellaneousReducer.Rewriter.cs (1)
28newNode: base.VisitParenthesizedLambdaExpression(node),