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)
1694If 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 11233Me.Visit(node.LeftOperandPlaceholder) 12212Dim leftOperandPlaceholder As BoundRValuePlaceholder = DirectCast(Me.Visit(node.LeftOperandPlaceholder), BoundRValuePlaceholder) 13369New TreeDumperNode("leftOperandPlaceholder", Nothing, new TreeDumperNode() {Visit(node.LeftOperandPlaceholder, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (5)
28Dim placeholder As BoundRValuePlaceholder = node.LeftOperandPlaceholder 45Return node.Update(node.LeftOperand, node.LeftOperandPlaceholder, node.LeftTest, rewritten, node.Type) 55AddPlaceholderReplacement(node.LeftOperandPlaceholder, 65UpdatePlaceholderReplacement(node.LeftOperandPlaceholder, tempAccess) 69RemovePlaceholderReplacement(node.LeftOperandPlaceholder)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
531Dim leftOperandPlaceholder As BoundRValuePlaceholder = node.LeftOperandPlaceholder