1 override of VisitSwitchDispatch
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15820
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)
9031
return
VisitSwitchDispatch
((BoundSwitchDispatch)node, arg);