2 references to BoundUserDefinedUnaryOperator
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Operators.vb (1)
1244
Return New
BoundUserDefinedUnaryOperator
(node, opKind, result, result.Type)
Generated\BoundNodes.xml.Generated.vb (1)
1459
Dim result = New
BoundUserDefinedUnaryOperator
(Me.Syntax, operatorKind, underlyingExpression, type, Me.HasErrors)