Base:
method
VisitLabelStatement
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundTreeVisitor.VisitLabelStatement(Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundLabelStatement)
3 overrides of VisitLabelStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Statements.vb (1)
627
Public Overrides Function
VisitLabelStatement
(node As BoundLabelStatement) As BoundNode
CodeGen\EmitStatement.vb (1)
883
Public Overrides Function
VisitLabelStatement
(node As BoundLabelStatement) As BoundNode
Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb (1)
495
Public Overrides Function
VisitLabelStatement
(node As BoundLabelStatement) As BoundNode
3 references to VisitLabelStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Statements.vb (1)
633
Return MyBase.
VisitLabelStatement
(node)
CodeGen\EmitStatement.vb (1)
888
Return MyBase.
VisitLabelStatement
(node)
Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb (1)
498
Return MyBase.
VisitLabelStatement
(node)