1 reference to Guards
Microsoft.CodeAnalysis.Features (1)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (1)
175
return supportsOrPattern && section.Labels.All(label => label.
Guards
.IsDefaultOrEmpty);