2 references to AnalyzedSwitchSection
Microsoft.CodeAnalysis.Features (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (2)
88
sections.Add(new
AnalyzedSwitchSection
(labels: default, defaultBodyOpt, defaultBodyOpt.Syntax));
189
return new
AnalyzedSwitchSection
(labels.ToImmutable(), operation.WhenTrue, operation.Syntax);