3 references to Update
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Statements.vb (2)
353body = body.Update(body.StatementListSyntax, body.Locals, body.Statements.RemoveAt(0)) 359body = body.Update(body.StatementListSyntax, body.Locals, body.Statements.Add(exitLabelStatement))
Generated\BoundNodes.xml.Generated.vb (1)
12542Return node.Update(node.StatementListSyntax, node.Locals, statements)