Base:
method
VisitLabeledStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitLabeledStatement(Microsoft.CodeAnalysis.CSharp.BoundLabeledStatement)
1 override of VisitLabeledStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\UnmatchedGotoFinder.cs (1)
95public override BoundNode VisitLabeledStatement(BoundLabeledStatement node)
1 reference to VisitLabeledStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\UnmatchedGotoFinder.cs (1)
98return base.VisitLabeledStatement(node);