Base:
method
VisitSwitchSection
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitSwitchSection(Microsoft.CodeAnalysis.CSharp.BoundSwitchSection)
2 overrides of VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
409public override BoundNode? VisitSwitchSection(BoundSwitchSection node)
BoundTree\BoundNode.cs (1)
625public override BoundNode? VisitSwitchSection(BoundSwitchSection node)
2 references to VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
412return base.VisitSwitchSection(node);
BoundTree\BoundNode.cs (1)
628base.VisitSwitchSection(node);