11 references to UnconvertedSwitchExpression
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (3)
818
case BoundKind.
UnconvertedSwitchExpression
:
4758
case BoundKind.
UnconvertedSwitchExpression
:
5556
case BoundKind.
UnconvertedSwitchExpression
:
Binder\Binder_Conversions.cs (1)
253
if (source.Kind == BoundKind.
UnconvertedSwitchExpression
)
Binder\Binder_Expressions.cs (1)
2941
case BoundKind.
UnconvertedSwitchExpression
when operand.Type is null:
Binder\Binder_Statements.cs (1)
2435
case BoundKind.
UnconvertedSwitchExpression
:
BoundTree\BoundExpression.cs (1)
82
case BoundKind.
UnconvertedSwitchExpression
:
Generated\BoundNodes.xml.Generated.cs (3)
4983
: base(BoundKind.
UnconvertedSwitchExpression
, syntax, expression, switchArms, reachabilityDecisionDag, defaultLabel, reportedNotExhaustive, type, hasErrors || expression.HasErrors() || switchArms.HasErrors() || reachabilityDecisionDag.HasErrors())
9333
case BoundKind.
UnconvertedSwitchExpression
:
17724
BoundKind.
UnconvertedSwitchExpression
=> PipelinePhase.InitialBinding,
Operations\CSharpOperationFactory.cs (1)
335
case BoundKind.
UnconvertedSwitchExpression
: