Syntax\AnonymousMethodExpressionSyntax.cs (3)
21? Update(asyncKeyword, delegateKeyword, parameterList, block, null)
22: Update(asyncKeyword, delegateKeyword, parameterList, null, (ExpressionSyntax)body);
29=> this.Update(asyncKeyword, this.DelegateKeyword, this.ParameterList, this.Block, this.ExpressionBody);