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