7 references to Consequence
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1389
VisitStatement(node.
Consequence
)
Generated\BoundNodes.xml.Generated.vb (4)
4935
If condition IsNot Me.Condition OrElse consequence IsNot Me.
Consequence
OrElse alternativeOpt IsNot Me.AlternativeOpt Then
11546
Me.Visit(node.
Consequence
)
12574
Dim consequence As BoundStatement = DirectCast(Me.Visit(node.
Consequence
), BoundStatement)
13870
New TreeDumperNode("consequence", Nothing, new TreeDumperNode() {Visit(node.
Consequence
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_If.vb (1)
25
Dim newConsequence As BoundStatement = DirectCast(Visit(node.
Consequence
), BoundStatement)
Operations\VisualBasicOperationFactory.vb (1)
1062
Dim whenTrue as IOperation = Create(boundIfStatement.
Consequence
)