3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
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);