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