3 overrides of VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\ControlFlowPass.cs (1)
372
protected override void
VisitSwitchSection
(BoundSwitchSection node, bool isLastSection)
FlowAnalysis\DefiniteAssignment.cs (1)
2217
protected override void
VisitSwitchSection
(BoundSwitchSection node, bool isLastSection)
FlowAnalysis\NullableWalker_Patterns.cs (1)
316
protected override void
VisitSwitchSection
(BoundSwitchSection node, bool isLastSection)
3 references to VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass_Switch.cs (1)
28
VisitSwitchSection
(switchSections[iSection], iSection == iLastSection);
FlowAnalysis\ControlFlowPass.cs (1)
374
base.
VisitSwitchSection
(node, isLastSection);
FlowAnalysis\DefiniteAssignment.cs (1)
2220
base.
VisitSwitchSection
(node, isLastSection);