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