1 write to RightOperand
Microsoft.CodeAnalysis.VisualBasic (1)
Operations\VisualBasicOperationFactory_Methods.vb (1)
108Me.RightOperand = rightOperand
4 references to RightOperand
Microsoft.CodeAnalysis.VisualBasic (4)
Operations\VisualBasicOperationFactory.vb (2)
533Return GetUserDefinedBinaryOperatorChild(boundUserDefined, If(isLeft, binaryOperatorInfo.LeftOperand, binaryOperatorInfo.RightOperand)) 542Return GetUserDefinedBinaryOperatorChild(boundShortCircuiting.BitwiseOperator, binaryOperatorInfo.RightOperand)
Operations\VisualBasicOperationFactory_Methods.vb (2)
42Return Create(operatorInfo.RightOperand) 46Return GetUserDefinedBinaryOperatorChild(userDefinedOperator, operatorInfo.RightOperand)