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