3 references to BoundUserDefinedBinaryOperator
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Operators.vb (2)
593Return New BoundUserDefinedBinaryOperator(node, opKind, result, CheckOverflow, result.Type) 720bitwise = New BoundUserDefinedBinaryOperator(node, bitwiseKind,
Generated\BoundNodes.xml.Generated.vb (1)
1628Dim result = New BoundUserDefinedBinaryOperator(Me.Syntax, operatorKind, underlyingExpression, checked, type, Me.HasErrors)