2 types derived from BoundSwitchExpression
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
4980internal sealed partial class BoundUnconvertedSwitchExpression : BoundSwitchExpression 5008internal sealed partial class BoundConvertedSwitchExpression : BoundSwitchExpression
8 references to BoundSwitchExpression
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (3)
4759var switchExpr = (BoundSwitchExpression)expr; 5558foreach (var arm in ((BoundSwitchExpression)expr).SwitchArms)
FlowAnalysis\AbstractFlowPass_Switch.cs (1)
155private BoundNode VisitSwitchExpression(BoundSwitchExpression node)
FlowAnalysis\NullableWalker_Patterns.cs (4)
1066private void VisitSwitchExpressionCore(BoundSwitchExpression node, bool inferType) 1161|| node is BoundSwitchExpression { SwitchArms: { Length: 0 } }); 1180BoundSwitchExpression node, 1225BoundSwitchExpression node,