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