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