Base:
method
VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitSwitchStatement(Microsoft.CodeAnalysis.CSharp.BoundSwitchStatement)
2 overrides of VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
391
public override BoundNode?
VisitSwitchStatement
(BoundSwitchStatement node)
BoundTree\BoundNode.cs (1)
609
public override BoundNode?
VisitSwitchStatement
(BoundSwitchStatement node)
1 reference to VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundNode.cs (1)
612
base.
VisitSwitchStatement
(node);