1 override of VisitSwitchLabel
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
16295
public override TreeDumperNode
VisitSwitchLabel
(BoundSwitchLabel node, object? arg) => new TreeDumperNode("switchLabel", null, new TreeDumperNode[]
1 reference to VisitSwitchLabel
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
9170
return
VisitSwitchLabel
((BoundSwitchLabel)node, arg);