11 references to Update
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Lambda.vb (1)
562
block = block.
Update
(block.StatementListSyntax, localBuilder.ToImmutableAndFree(), statements.ToImmutableAndFree)
Binding\Binder_Statements.vb (2)
353
body = body.
Update
(body.StatementListSyntax, body.Locals, body.Statements.RemoveAt(0))
359
body = body.
Update
(body.StatementListSyntax, body.Locals, body.Statements.Add(exitLabelStatement))
Generated\BoundNodes.xml.Generated.vb (1)
12508
Return node.
Update
(node.StatementListSyntax, node.Locals, statements)
Lowering\LocalRewriter\LocalRewriter.vb (2)
404
Return block.
Update
(block.StatementListSyntax, block.Locals, consequenceWithEnd.AsImmutableOrNull)
425
Return block.
Update
(block.StatementListSyntax, block.Locals, consequenceWithEnd.AsImmutableOrNull)
Lowering\LocalRewriter\LocalRewriter_Block.vb (1)
45
node = node.
Update
(node.StatementListSyntax, builder.ToImmutableAndFree(), node.Statements)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
53
body = body.
Update
(body.StatementListSyntax,
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
423
Return node.
Update
(node.StatementListSyntax, newLocals.ToImmutableAndFree(), newStatements.ToImmutableAndFree())
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
Rewriters\CapturedVariableRewriter.vb (1)
48
Return node.
Update
(node.StatementListSyntax, rewrittenLocals, rewrittenStatements)
Symbols\EEMethodSymbol.vb (1)
587
newBody = newBody.
Update
(newBody.StatementListSyntax, localBuilder.ToImmutableAndFree(), newBody.Statements)