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