2 overrides of VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
10416
public override BoundNode?
VisitSwitchSection
(BoundSwitchSection node)
11780
public override BoundNode?
VisitSwitchSection
(BoundSwitchSection node)
1 reference to VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5666
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitSwitchSection
(this);