1 reference to CheckSwitchExpressionExhaustive
Microsoft.CodeAnalysis.CSharp (1)
Binder\SwitchExpressionBinder.cs (1)
34bool reportedNotExhaustive = CheckSwitchExpressionExhaustive(node, boundInputExpression, switchArms, out BoundDecisionDag decisionDag, out LabelSymbol? defaultLabel, diagnostics);