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