Base:
method
VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitSwitchStatement(Microsoft.CodeAnalysis.CSharp.BoundSwitchStatement)
2 overrides of VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\ControlFlowPass.cs (1)
384
public override BoundNode
VisitSwitchStatement
(BoundSwitchStatement node)
FlowAnalysis\DefiniteAssignment.cs (1)
2221
public override BoundNode
VisitSwitchStatement
(BoundSwitchStatement node)
2 references to VisitSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\ControlFlowPass.cs (1)
394
return base.
VisitSwitchStatement
(node);
FlowAnalysis\DefiniteAssignment.cs (1)
2224
var result = base.
VisitSwitchStatement
(node);