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