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