2 references to Update
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
12189Return node.Update(node.OperatorKind, underlyingExpression, node.Checked, type)
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
20Return node.Update(node.OperatorKind, DirectCast(Visit(node.UnderlyingExpression), BoundExpression), node.Checked, node.Type)