3 references to Body
Microsoft.CodeAnalysis.Features (3)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (2)
130if (!sections.Any(static section => GetSwitchArmKind(section.Body) == OperationKind.Return)) 156if (GetSwitchArmKind(section.Body) == default)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
62var statements = AsSwitchSectionStatements(section.Body);