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