7 references to LeftTest
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (4)
1701If 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 11241Me.Visit(node.LeftTest) 12220Dim leftTest As BoundExpression = DirectCast(Me.Visit(node.LeftTest), BoundExpression) 13377New TreeDumperNode("leftTest", Nothing, new TreeDumperNode() {Visit(node.LeftTest, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (2)
45Return node.Update(node.LeftOperand, node.LeftOperandPlaceholder, node.LeftTest, rewritten, node.Type) 61Dim rewrittenTest = VisitExpressionNode(node.LeftTest)
Operations\VisualBasicOperationFactory.vb (1)
636Dim leftTest As BoundExpression = boundUserDefinedShortCircuitingOperator.LeftTest