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)
157
public override SyntaxNode
VisitParenthesizedLambdaExpression
(ParenthesizedLambdaExpressionSyntax node)
Simplification\Reducers\CSharpMiscellaneousReducer.Rewriter.cs (1)
25
public override SyntaxNode?
VisitParenthesizedLambdaExpression
(ParenthesizedLambdaExpressionSyntax node)
2 references to VisitParenthesizedLambdaExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\CSharpSimplificationService.Expander.cs (1)
159
var newNode = base.
VisitParenthesizedLambdaExpression
(node);
Simplification\Reducers\CSharpMiscellaneousReducer.Rewriter.cs (1)
28
newNode: base.
VisitParenthesizedLambdaExpression
(node),