11 references to LeftOperandPlaceholder
Microsoft.CodeAnalysis.VisualBasic (11)
BoundTree\BoundUserDefinedShortCircuitingOperator.vb (1)
16
Debug.Assert((LeftOperand Is Nothing) = (
LeftOperandPlaceholder
Is Nothing))
Generated\BoundNodes.xml.Generated.vb (4)
1694
If 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
11233
Me.Visit(node.
LeftOperandPlaceholder
)
12212
Dim leftOperandPlaceholder As BoundRValuePlaceholder = DirectCast(Me.Visit(node.
LeftOperandPlaceholder
), BoundRValuePlaceholder)
13369
New TreeDumperNode("leftOperandPlaceholder", Nothing, new TreeDumperNode() {Visit(node.
LeftOperandPlaceholder
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (5)
28
Dim placeholder As BoundRValuePlaceholder = node.
LeftOperandPlaceholder
45
Return node.Update(node.LeftOperand, node.
LeftOperandPlaceholder
, node.LeftTest, rewritten, node.Type)
55
AddPlaceholderReplacement(node.
LeftOperandPlaceholder
,
65
UpdatePlaceholderReplacement(node.
LeftOperandPlaceholder
, tempAccess)
69
RemovePlaceholderReplacement(node.
LeftOperandPlaceholder
)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
531
Dim leftOperandPlaceholder As BoundRValuePlaceholder = node.
LeftOperandPlaceholder