12 references to LeftOperandPlaceholder
Microsoft.CodeAnalysis.VisualBasic (12)
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
11604
Me.Visit(node.
LeftOperandPlaceholder
)
12632
Dim leftOperandPlaceholder As BoundRValuePlaceholder = DirectCast(Me.Visit(node.
LeftOperandPlaceholder
), BoundRValuePlaceholder)
13946
New TreeDumperNode("leftOperandPlaceholder", Nothing, new TreeDumperNode() {Visit(node.
LeftOperandPlaceholder
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (6)
85
AddPlaceholderReplacement(forStatement.OperatorsOpt.
LeftOperandPlaceholder
, rewrittenStep)
104
RemovePlaceholderReplacement(forStatement.OperatorsOpt.
LeftOperandPlaceholder
)
605
AddPlaceholderReplacement(operatorsOpt.
LeftOperandPlaceholder
, controlVariable.MakeRValue())
610
RemovePlaceholderReplacement(operatorsOpt.
LeftOperandPlaceholder
)
662
AddPlaceholderReplacement(operatorsOpt.
LeftOperandPlaceholder
, controlVariable.MakeRValue())
673
RemovePlaceholderReplacement(operatorsOpt.
LeftOperandPlaceholder
)
Operations\VisualBasicOperationFactory.vb (2)
1044
If boundRValuePlaceholder Is operators.
LeftOperandPlaceholder
Then
1179
RecordParent(operatorsOpt.
LeftOperandPlaceholder
, boundForToStatement)