11 references to UnconvertedSwitchExpression
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (3)
824
case BoundKind.
UnconvertedSwitchExpression
:
4761
case BoundKind.
UnconvertedSwitchExpression
:
5504
case BoundKind.
UnconvertedSwitchExpression
:
Binder\Binder_Conversions.cs (1)
215
if (source.Kind == BoundKind.
UnconvertedSwitchExpression
)
Binder\Binder_Expressions.cs (1)
2937
case BoundKind.
UnconvertedSwitchExpression
when operand.Type is null:
Binder\Binder_Statements.cs (1)
2434
case BoundKind.
UnconvertedSwitchExpression
:
BoundTree\BoundExpression.cs (1)
77
case BoundKind.
UnconvertedSwitchExpression
:
Generated\BoundNodes.xml.Generated.cs (3)
4968
: base(BoundKind.
UnconvertedSwitchExpression
, syntax, expression, switchArms, reachabilityDecisionDag, defaultLabel, reportedNotExhaustive, type, hasErrors || expression.HasErrors() || switchArms.HasErrors() || reachabilityDecisionDag.HasErrors())
9157
case BoundKind.
UnconvertedSwitchExpression
:
17358
BoundKind.
UnconvertedSwitchExpression
=> PipelinePhase.InitialBinding,
Operations\CSharpOperationFactory.cs (1)
328
case BoundKind.
UnconvertedSwitchExpression
: