2 references to ParenthesizedLambdaExpression
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxFactory.cs (2)
2772
?
ParenthesizedLambdaExpression
(asyncKeyword, parameterList, arrowToken, block, null)
2773
:
ParenthesizedLambdaExpression
(asyncKeyword, parameterList, arrowToken, null, (ExpressionSyntax)body);