11 references to Update
Microsoft.CodeAnalysis.VisualBasic (11)
BoundTree\BoundTreeRewriter.vb (1)
137left = binary.Update(binary.OperatorKind, left, right, binary.Checked, binary.ConstantValueOpt, type)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (2)
958left = binary.Update(binary.OperatorKind, left, right, binary.Checked, binary.ConstantValueOpt, type) 992Return node.Update(node.OperatorKind, left, right, node.Checked, node.ConstantValueOpt, node.Type)
CodeGen\Optimizer\StackScheduler.Rewriter.vb (1)
91left = binary.Update(binary.OperatorKind, left, right, binary.Checked, binary.ConstantValueOpt, type)
Generated\BoundNodes.xml.Generated.vb (1)
12183Return node.Update(node.OperatorKind, left, right, node.Checked, node.ConstantValueOpt, type)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
193rewritten.Update(rewritten.OperatorKind,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (3)
135left = TransformRewrittenBinaryOperator(binary.Update(binary.OperatorKind, left, right, binary.Checked, binary.ConstantValueOpt, Me.VisitType(binary.Type))) 240node = node.Update(node.OperatorKind, 829Return node.Update(node.OperatorKind, left, right, node.Checked, node.ConstantValueOpt, node.Type)
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
93Return Visit(binary.Update(binary.OperatorKind,
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
51Return binary.Update(binary.OperatorKind Or BinaryOperatorKind.OptimizableForConditionalBranch,