13 references to RightOperandPlaceholder
Microsoft.CodeAnalysis.VisualBasic (13)
Generated\BoundNodes.xml.Generated.vb (4)
5533
If 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
11605
Me.Visit(node.
RightOperandPlaceholder
)
12633
Dim rightOperandPlaceholder As BoundRValuePlaceholder = DirectCast(Me.Visit(node.
RightOperandPlaceholder
), BoundRValuePlaceholder)
13947
New TreeDumperNode("rightOperandPlaceholder", Nothing, new TreeDumperNode() {Visit(node.
RightOperandPlaceholder
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (7)
86
AddPlaceholderReplacement(forStatement.OperatorsOpt.
RightOperandPlaceholder
, rewrittenStep)
90
UpdatePlaceholderReplacement(forStatement.OperatorsOpt.
RightOperandPlaceholder
, subtraction)
105
RemovePlaceholderReplacement(forStatement.OperatorsOpt.
RightOperandPlaceholder
)
606
AddPlaceholderReplacement(operatorsOpt.
RightOperandPlaceholder
, stepValue)
611
RemovePlaceholderReplacement(operatorsOpt.
RightOperandPlaceholder
)
663
AddPlaceholderReplacement(operatorsOpt.
RightOperandPlaceholder
, limit)
674
RemovePlaceholderReplacement(operatorsOpt.
RightOperandPlaceholder
)
Operations\VisualBasicOperationFactory.vb (2)
1047
Debug.Assert(boundRValuePlaceholder Is operators.
RightOperandPlaceholder
)
1180
RecordParent(operatorsOpt.
RightOperandPlaceholder
, boundForToStatement)