3 references to AndPattern
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertIfToSwitch\CSharpConvertIfToSwitchCodeRefactoringProvider.cs (1)
33
(version >= LanguageVersion.CSharp9 ? Feature.RelationalPattern | Feature.OrPattern | Feature.
AndPattern
| Feature.TypePattern : 0);
Microsoft.CodeAnalysis.Features (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (2)
306
when Supports(Feature.
AndPattern
| Feature.CaseGuard):
312
if (Supports(Feature.
AndPattern
))