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