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