9 references to UnconvertedSwitchExpression
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (2)
4524
case BoundKind.
UnconvertedSwitchExpression
:
5312
case BoundKind.
UnconvertedSwitchExpression
:
Binder\Binder_Conversions.cs (1)
209
if (source.Kind == BoundKind.
UnconvertedSwitchExpression
)
Binder\Binder_Expressions.cs (1)
2814
case BoundKind.
UnconvertedSwitchExpression
when operand.Type is null:
Binder\Binder_Statements.cs (1)
2385
case BoundKind.
UnconvertedSwitchExpression
:
BoundTree\BoundExpression.cs (1)
77
case BoundKind.
UnconvertedSwitchExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
4943
: base(BoundKind.
UnconvertedSwitchExpression
, syntax, expression, switchArms, reachabilityDecisionDag, defaultLabel, reportedNotExhaustive, type, hasErrors || expression.HasErrors() || switchArms.HasErrors() || reachabilityDecisionDag.HasErrors())
9088
case BoundKind.
UnconvertedSwitchExpression
:
Operations\CSharpOperationFactory.cs (1)
328
case BoundKind.
UnconvertedSwitchExpression
: