Syntax\ParenthesizedLambdaExpressionSyntax.cs (3)
18? Update(asyncKeyword, parameterList, arrowToken, block, null)
19: Update(asyncKeyword, parameterList, arrowToken, null, (ExpressionSyntax)body);
28=> this.Update(asyncKeyword, this.ParameterList, this.ArrowToken, this.Block, this.ExpressionBody);