3 references to ParenthesizedLambdaExpression
Microsoft.CodeAnalysis.CSharp.Features (2)
ChangeSignature\CSharpChangeSignatureService.cs (2)
361return ParenthesizedLambdaExpression( 374return ParenthesizedLambdaExpression(lambda.AsyncKeyword, emptyParameterList, lambda.ArrowToken, lambda.Body);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\CSharpSimplificationService.Expander.cs (1)
227var parenthesizedLambda = SyntaxFactory.ParenthesizedLambdaExpression(