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