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