SonarQube Analysis / sonarqube (pull_request) Successful in 3m28s
DRYs the four `Enumerable.Empty<T>().AsQueryable()` returns added in `2c23ba4` (S1168 fix) into a single `public static IQueryable<T> GetEmptyQueryable<T>()` helper on `LinqQueryBreakdown`. No behavior change — all 1180 tests stay green. Co-Authored-By: Thom Lamb <thomlamb@gmail.com>