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