1 override of VisitSwitchStatementDispatch
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker_Patterns.cs (1)
273protected override LocalState VisitSwitchStatementDispatch(BoundSwitchStatement node)
1 reference to VisitSwitchStatementDispatch
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass_Switch.cs (1)
21var afterSwitchState = VisitSwitchStatementDispatch(node);