Base:
method
VisitLabelStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitLabelStatement(Microsoft.CodeAnalysis.CSharp.BoundLabelStatement)
1 override of VisitLabelStatement
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\ExitPointsWalker.cs (1)
70
public override BoundNode
VisitLabelStatement
(BoundLabelStatement node)
1 reference to VisitLabelStatement
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\ExitPointsWalker.cs (1)
73
return base.
VisitLabelStatement
(node);