11 references to LeftOperandPlaceholder
Microsoft.CodeAnalysis.VisualBasic (11)
BoundTree\BoundUserDefinedShortCircuitingOperator.vb (1)
16Debug.Assert((LeftOperand Is Nothing) = (LeftOperandPlaceholder Is Nothing))
Generated\BoundNodes.xml.Generated.vb (4)
1691If leftOperand IsNot Me.LeftOperand OrElse leftOperandPlaceholder IsNot Me.LeftOperandPlaceholder OrElse leftTest IsNot Me.LeftTest OrElse bitwiseOperator IsNot Me.BitwiseOperator OrElse type IsNot Me.Type Then 11215Me.Visit(node.LeftOperandPlaceholder) 12194Dim leftOperandPlaceholder As BoundRValuePlaceholder = DirectCast(Me.Visit(node.LeftOperandPlaceholder), BoundRValuePlaceholder) 13348New TreeDumperNode("leftOperandPlaceholder", Nothing, new TreeDumperNode() {Visit(node.LeftOperandPlaceholder, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (5)
33Dim placeholder As BoundRValuePlaceholder = node.LeftOperandPlaceholder 50Return node.Update(node.LeftOperand, node.LeftOperandPlaceholder, node.LeftTest, rewritten, node.Type) 60AddPlaceholderReplacement(node.LeftOperandPlaceholder, 70UpdatePlaceholderReplacement(node.LeftOperandPlaceholder, tempAccess) 74RemovePlaceholderReplacement(node.LeftOperandPlaceholder)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
532Dim leftOperandPlaceholder As BoundRValuePlaceholder = node.LeftOperandPlaceholder