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