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