Base:
method
VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitSwitchStatement(Microsoft.CodeAnalysis.CSharp.BoundSwitchStatement)
2 overrides of VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
344
public override BoundNode?
VisitSwitchStatement
(BoundSwitchStatement node)
BoundTree\BoundNode.cs (1)
547
public override BoundNode?
VisitSwitchStatement
(BoundSwitchStatement node)
2 references to VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
348
base.
VisitSwitchStatement
(node);
BoundTree\BoundNode.cs (1)
550
base.
VisitSwitchStatement
(node);