Base:
method
VisitSwitchSection
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.VisitSwitchSection(Microsoft.CodeAnalysis.CSharp.BoundSwitchSection, System.Boolean)
1 override of VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\VariablesDeclaredWalker.cs (1)
56protected override void VisitSwitchSection(BoundSwitchSection node, bool isLastSection)
1 reference to VisitSwitchSection
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\VariablesDeclaredWalker.cs (1)
63base.VisitSwitchSection(node, isLastSection);