11 references to UnconvertedSwitchExpression
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (3)
824
case BoundKind.
UnconvertedSwitchExpression
:
4762
case BoundKind.
UnconvertedSwitchExpression
:
5516
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)
82
case BoundKind.
UnconvertedSwitchExpression
:
Generated\BoundNodes.xml.Generated.cs (3)
4998
: base(BoundKind.
UnconvertedSwitchExpression
, syntax, expression, switchArms, reachabilityDecisionDag, defaultLabel, reportedNotExhaustive, type, hasErrors || expression.HasErrors() || switchArms.HasErrors() || reachabilityDecisionDag.HasErrors())
9233
case BoundKind.
UnconvertedSwitchExpression
:
17488
BoundKind.
UnconvertedSwitchExpression
=> PipelinePhase.InitialBinding,
Operations\CSharpOperationFactory.cs (1)
335
case BoundKind.
UnconvertedSwitchExpression
: