Base:
method
VisitLabeledStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitLabeledStatement(Microsoft.CodeAnalysis.CSharp.BoundLabeledStatement)
2 overrides of VisitLabeledStatement
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\AlwaysAssignedWalker.cs (1)
98public override BoundNode VisitLabeledStatement(BoundLabeledStatement node)
FlowAnalysis\ControlFlowPass.cs (1)
328public override BoundNode VisitLabeledStatement(BoundLabeledStatement node)
1 reference to VisitLabeledStatement
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AlwaysAssignedWalker.cs (1)
101return base.VisitLabeledStatement(node);