2 types derived from BoundSwitchExpression
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
5000internal sealed partial class BoundUnconvertedSwitchExpression : BoundSwitchExpression 5028internal sealed partial class BoundConvertedSwitchExpression : BoundSwitchExpression
8 references to BoundSwitchExpression
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (3)
4772var switchExpr = (BoundSwitchExpression)expr; 5567foreach (var arm in ((BoundSwitchExpression)expr).SwitchArms)
FlowAnalysis\AbstractFlowPass_Switch.cs (1)
155private BoundNode VisitSwitchExpression(BoundSwitchExpression node)
FlowAnalysis\NullableWalker_Patterns.cs (4)
979private void VisitSwitchExpressionCore(BoundSwitchExpression node, bool inferType) 1069|| node is BoundSwitchExpression { SwitchArms: { Length: 0 } }); 1088BoundSwitchExpression node, 1133BoundSwitchExpression node,