13 references to RightOperandPlaceholder
Microsoft.CodeAnalysis.VisualBasic (13)
Generated\BoundNodes.xml.Generated.vb (4)
5533If leftOperandPlaceholder IsNot Me.LeftOperandPlaceholder OrElse rightOperandPlaceholder IsNot Me.RightOperandPlaceholder OrElse addition IsNot Me.Addition OrElse subtraction IsNot Me.Subtraction OrElse lessThanOrEqual IsNot Me.LessThanOrEqual OrElse greaterThanOrEqual IsNot Me.GreaterThanOrEqual Then 11605Me.Visit(node.RightOperandPlaceholder) 12633Dim rightOperandPlaceholder As BoundRValuePlaceholder = DirectCast(Me.Visit(node.RightOperandPlaceholder), BoundRValuePlaceholder) 13947New TreeDumperNode("rightOperandPlaceholder", Nothing, new TreeDumperNode() {Visit(node.RightOperandPlaceholder, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (7)
86AddPlaceholderReplacement(forStatement.OperatorsOpt.RightOperandPlaceholder, rewrittenStep) 90UpdatePlaceholderReplacement(forStatement.OperatorsOpt.RightOperandPlaceholder, subtraction) 105RemovePlaceholderReplacement(forStatement.OperatorsOpt.RightOperandPlaceholder) 606AddPlaceholderReplacement(operatorsOpt.RightOperandPlaceholder, stepValue) 611RemovePlaceholderReplacement(operatorsOpt.RightOperandPlaceholder) 663AddPlaceholderReplacement(operatorsOpt.RightOperandPlaceholder, limit) 674RemovePlaceholderReplacement(operatorsOpt.RightOperandPlaceholder)
Operations\VisualBasicOperationFactory.vb (2)
1047Debug.Assert(boundRValuePlaceholder Is operators.RightOperandPlaceholder) 1180RecordParent(operatorsOpt.RightOperandPlaceholder, boundForToStatement)