2 references to BoundUnconvertedSwitchExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\SwitchExpressionBinder.cs (1)
40
return new
BoundUnconvertedSwitchExpression
(
Generated\BoundNodes.xml.Generated.cs (1)
4960
var result = new
BoundUnconvertedSwitchExpression
(this.Syntax, expression, switchArms, reachabilityDecisionDag, defaultLabel, reportedNotExhaustive, type, this.HasErrors);