2 overrides of VisitSwitchLabel
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
10394
public override BoundNode?
VisitSwitchLabel
(BoundSwitchLabel node)
11659
public override BoundNode?
VisitSwitchLabel
(BoundSwitchLabel node)
1 reference to VisitSwitchLabel
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5707
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitSwitchLabel
(this);