2 references to SwitchExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertIfToSwitch\CSharpConvertIfToSwitchCodeRefactoringProvider.cs (1)
39
(version >= LanguageVersion.CSharp8 ? Feature.
SwitchExpression
: 0) |
Microsoft.CodeAnalysis.Features (1)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (1)
58
if (analyzer.Supports(Feature.
SwitchExpression
) &&