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