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