Base:
method
VisitSwitchSection
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitSwitchSection(Microsoft.CodeAnalysis.CSharp.BoundSwitchSection)
2 overrides of VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
359public override BoundNode? VisitSwitchSection(BoundSwitchSection node)
BoundTree\BoundNode.cs (1)
563public override BoundNode? VisitSwitchSection(BoundSwitchSection node)
2 references to VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
362return base.VisitSwitchSection(node);
BoundTree\BoundNode.cs (1)
566base.VisitSwitchSection(node);