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