ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (3)
55c => UpdateDocumentAsync(document, target, ifStatement, sections, analyzer.Features, convertToSwitchExpression: false, c),
65c => UpdateDocumentAsync(document, target, ifStatement, sections, analyzer.Features, convertToSwitchExpression: true, c),
257document = await UpdateDocumentAsync(document, target, ifStatement, sections,