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