2 references to FindMatchingSwitchCaseLabel
Microsoft.CodeAnalysis.CSharp (2)
Binder\SwitchBinder.cs (1)
515matchedLabelSymbol = FindMatchingSwitchCaseLabel(gotoCaseExpressionConstant, node);
Binder\SwitchBinder_Patterns.cs (1)
109if (label.Pattern is BoundConstantPattern cp && !cp.ConstantValue.IsBad && FindMatchingSwitchCaseLabel(cp.ConstantValue, p) != label.Label)