1 override of AsSwitchLabelSyntax
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertIfToSwitch\CSharpConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
89
public override SyntaxNode
AsSwitchLabelSyntax
(AnalyzedSwitchLabel label, Feature feature)
1 reference to AsSwitchLabelSyntax
Microsoft.CodeAnalysis.Features (1)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
63
: generator.SwitchSectionFromLabels(section.Labels.Select(label =>
AsSwitchLabelSyntax
(label, feature)), statements);