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)
1691
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
11215
Me.Visit(node.
LeftOperandPlaceholder
)
12194
Dim leftOperandPlaceholder As BoundRValuePlaceholder = DirectCast(Me.Visit(node.
LeftOperandPlaceholder
), BoundRValuePlaceholder)
13348
New TreeDumperNode("leftOperandPlaceholder", Nothing, new TreeDumperNode() {Visit(node.
LeftOperandPlaceholder
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (5)
33
Dim placeholder As BoundRValuePlaceholder = node.
LeftOperandPlaceholder
50
Return node.Update(node.LeftOperand, node.
LeftOperandPlaceholder
, node.LeftTest, rewritten, node.Type)
60
AddPlaceholderReplacement(node.
LeftOperandPlaceholder
,
70
UpdatePlaceholderReplacement(node.
LeftOperandPlaceholder
, tempAccess)
74
RemovePlaceholderReplacement(node.
LeftOperandPlaceholder
)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
532
Dim leftOperandPlaceholder As BoundRValuePlaceholder = node.
LeftOperandPlaceholder