3 references to BoundUnaryOperator
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Operators.vb (1)
1204Return New BoundUnaryOperator(node, operatorKind, operand, CheckOverflow, constantValue, resultType)
BoundTree\BoundUnaryOperator.vb (1)
21Me.New(syntax, operatorKind, operand, checked, constantValueOpt:=Nothing, type:=type, hasErrors:=hasErrors OrElse operand.HasErrors())
Generated\BoundNodes.xml.Generated.vb (1)
1411Dim result = New BoundUnaryOperator(Me.Syntax, operatorKind, operand, checked, constantValueOpt, type, Me.HasErrors)