1 reference to AnalyzeSwitchSection
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
ConvertSwitchStatementToExpressionDiagnosticAnalyzer.Analyzer.cs (1)
130return Aggregate(nextStatement, sections, (result, section) => Intersect(result, AnalyzeSwitchSection(section)));