2 references to BoundUserDefinedShortCircuitingOperator
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Operators.vb (1)
762
Return New
BoundUserDefinedShortCircuitingOperator
(node, leftOperand, leftPlaceholder, test, bitwise, operatorType, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
1692
Dim result = New
BoundUserDefinedShortCircuitingOperator
(Me.Syntax, leftOperand, leftOperandPlaceholder, leftTest, bitwiseOperator, type, Me.HasErrors)