Base:
method
Visit
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundTreeVisitor.Visit(Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundNode)
26 references to Visit
Microsoft.CodeAnalysis.VisualBasic (26)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (26)
90
Dim rewritten As BoundNode = analyzer.
Visit
(node)
804
Dim testExpression As BoundExpression = DirectCast(Me.
Visit
(node.TestExpression), BoundExpression)
816
Dim elseExpression As BoundExpression = DirectCast(Me.
Visit
(node.ElseExpression), BoundExpression)
826
Dim condition = DirectCast(Me.
Visit
(node.Condition), BoundExpression)
831
Dim whenTrue = DirectCast(Me.
Visit
(node.WhenTrue), BoundExpression)
836
Dim whenFalse = DirectCast(Me.
Visit
(node.WhenFalse), BoundExpression)
851
Dim receiver = DirectCast(Me.
Visit
(node.Receiver), BoundExpression)
859
Dim whenNotNull = DirectCast(Me.
Visit
(node.WhenNotNull), BoundExpression)
867
whenNull = DirectCast(Me.
Visit
(node.WhenNullOpt), BoundExpression)
927
Dim left = DirectCast(Me.
Visit
(child), BoundExpression)
948
Dim right = DirectCast(Me.
Visit
(binary.Right), BoundExpression)
979
Dim left As BoundExpression = DirectCast(Me.
Visit
(node.Left), BoundExpression)
985
Dim right As BoundExpression = DirectCast(Me.
Visit
(node.Right), BoundExpression)
1002
Dim operand = DirectCast(Me.
Visit
(node.Operand), BoundExpression)
1015
Dim expressionStatement As BoundExpressionStatement = DirectCast(Me.
Visit
(node.ExpressionStatement), BoundExpressionStatement)
1026
Dim exprPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.
Visit
(node.ExprPlaceholderOpt), BoundRValuePlaceholder)
1047
Dim caseStatement As BoundCaseStatement = DirectCast(Me.
Visit
(node.CaseStatement), BoundCaseStatement)
1050
Dim body As BoundBlock = DirectCast(Me.
Visit
(node.Body), BoundBlock)
1057
Dim value = DirectCast(
Visit
(node.Value), BoundExpression)
1064
Dim resumeLabel = DirectCast(
Visit
(node.ResumeLabel), BoundLabelStatement)
1065
Dim resumeNextLabel = DirectCast(
Visit
(node.ResumeNextLabel), BoundLabelStatement)
1066
Dim resumeTargetTemporary = DirectCast(
Visit
(node.ResumeTargetTemporary), BoundLocal)
1075
Dim tryBlock = DirectCast(Me.
Visit
(node.TryBlock), BoundBlock)
1082
Dim finallyBlock = DirectCast(Me.
Visit
(node.FinallyBlockOpt), BoundBlock)
1112
Dim body As BoundBlock = DirectCast(Me.
Visit
(node.Body), BoundBlock)
1147
Dim expressionOpt = TryCast(Me.
Visit
(node.ExpressionOpt), BoundExpression)