2 references to ParseSwitchLabels
Microsoft.CodeAnalysis.Features (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (2)
184
if (!
ParseSwitchLabels
(operation.Condition, labels))
202
if (!
ParseSwitchLabels
(op.LeftOperand, labels))