4 references to GetUserDefinedBinaryOperatorChild
Microsoft.CodeAnalysis.VisualBasic (4)
Operations\VisualBasicOperationFactory.vb (3)
533
Return
GetUserDefinedBinaryOperatorChild
(boundUserDefined, If(isLeft, binaryOperatorInfo.LeftOperand, binaryOperatorInfo.RightOperand))
540
GetUserDefinedBinaryOperatorChild
(boundShortCircuiting.BitwiseOperator, binaryOperatorInfo.LeftOperand))
542
Return
GetUserDefinedBinaryOperatorChild
(boundShortCircuiting.BitwiseOperator, binaryOperatorInfo.RightOperand)
Operations\VisualBasicOperationFactory_Methods.vb (1)
46
Return
GetUserDefinedBinaryOperatorChild
(userDefinedOperator, operatorInfo.RightOperand)