5 references to ConvertedSwitchExpression
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.ValueChecks.cs (2)
4760case BoundKind.ConvertedSwitchExpression: 5505case BoundKind.ConvertedSwitchExpression:
Generated\BoundNodes.xml.Generated.cs (2)
4996: base(BoundKind.ConvertedSwitchExpression, syntax, expression, switchArms, reachabilityDecisionDag, defaultLabel, reportedNotExhaustive, type, hasErrors || expression.HasErrors() || switchArms.HasErrors() || reachabilityDecisionDag.HasErrors()) 9159case BoundKind.ConvertedSwitchExpression:
Operations\CSharpOperationFactory.cs (1)
272case BoundKind.ConvertedSwitchExpression: