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