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