2 references to isSubsumed
Microsoft.CodeAnalysis.CSharp (2)
Binder\SwitchBinder_Patterns.cs (2)
84if (!switchSections.Any(static (s, reachableLabels) => s.SwitchLabels.Any(isSubsumed, reachableLabels), reachableLabels)) 97if (!label.HasErrors && isSubsumed(label, reachableLabels) && label.Syntax.Kind() != SyntaxKind.DefaultSwitchLabel)