1 override of VisitSwitchDispatch
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15857
public override TreeDumperNode
VisitSwitchDispatch
(BoundSwitchDispatch node, object? arg) => new TreeDumperNode("switchDispatch", null, new TreeDumperNode[]
1 reference to VisitSwitchDispatch
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
9068
return
VisitSwitchDispatch
((BoundSwitchDispatch)node, arg);