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