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