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