1 override of AsSwitchSectionStatements
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertIfToSwitch\CSharpConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
107public override IEnumerable<SyntaxNode> AsSwitchSectionStatements(IOperation operation)
1 reference to AsSwitchSectionStatements
Microsoft.CodeAnalysis.Features (1)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
60var statements = AsSwitchSectionStatements(section.Body);