4 references to Features
Microsoft.CodeAnalysis.Features (4)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (1)
70
=> (
Features
& feature) != 0;
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (3)
55
c => UpdateDocumentAsync(document, target, ifStatement, sections, analyzer.
Features
, convertToSwitchExpression: false, c),
65
c => UpdateDocumentAsync(document, target, ifStatement, sections, analyzer.
Features
, convertToSwitchExpression: true, c),
258
analyzer.
Features
, convertToSwitchExpression, cancellationToken).ConfigureAwait(false);