2 types derived from BoundSwitchExpression
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
4940
internal sealed partial class BoundUnconvertedSwitchExpression :
BoundSwitchExpression
4968
internal sealed partial class BoundConvertedSwitchExpression :
BoundSwitchExpression
8 references to BoundSwitchExpression
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (3)
4525
var
switchExpr = (
BoundSwitchExpression
)expr;
5314
foreach (var arm in ((
BoundSwitchExpression
)expr).SwitchArms)
FlowAnalysis\AbstractFlowPass_Switch.cs (1)
155
private BoundNode VisitSwitchExpression(
BoundSwitchExpression
node)
FlowAnalysis\NullableWalker_Patterns.cs (4)
877
private void VisitSwitchExpressionCore(
BoundSwitchExpression
node, bool inferType)
967
|| node is
BoundSwitchExpression
{ SwitchArms: { Length: 0 } });
986
BoundSwitchExpression
node,
1031
BoundSwitchExpression
node,