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