6 references to Update
Microsoft.CodeAnalysis.VisualBasic (6)
BoundTree\BoundSequence.vb (1)
28
Return
Update
(_Locals, _SideEffects, Me.ValueOpt.MakeRValue(), Type)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
381
Return node.
Update
(node.Locals,
Generated\BoundNodes.xml.Generated.vb (1)
12564
Return node.
Update
(node.Locals, sideEffects, valueOpt, type)
Lowering\LocalRewriter\LocalRewriter_ConditionalAccess.vb (1)
217
Return sequence.
Update
(sequence.Locals, sequence.SideEffects, operand, operand.Type)
Lowering\LocalRewriter\LocalRewriter_ObjectCreation.vb (1)
419
Return sequence.
Update
(sequence.Locals,
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
488
Return node.
Update
(newLocals.ToImmutableAndFree(), prologue.ToImmutableAndFree(), newValue, If(newValue Is Nothing, node.Type, newValue.Type))