2 references to CaseGuard
Microsoft.CodeAnalysis.Features (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (2)
305when Supports(Feature.AndPattern | Feature.CaseGuard): 322if (Supports(Feature.CaseGuard) && op.RightOperand.Syntax is TExpressionSyntax node)