10 references to LeftOperandPlaceholder
Microsoft.CodeAnalysis.VisualBasic (10)
Generated\BoundNodes.xml.Generated.vb (4)
5536If 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 11622Me.Visit(node.LeftOperandPlaceholder) 12650Dim leftOperandPlaceholder As BoundRValuePlaceholder = DirectCast(Me.Visit(node.LeftOperandPlaceholder), BoundRValuePlaceholder) 13967New 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)