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