7 references to Where
CatalogDb (3)
Model.cs (3)
16.Where(ci => catalogBrandId == null || ci.CatalogBrandId == catalogBrandId) 17.Where(ci => before == null || ci.Id <= before) 18.Where(ci => after == null || ci.Id >= after)
CatalogModel (3)
Model.cs (3)
19.Where(ci => catalogBrandId == null || ci.CatalogBrandId == catalogBrandId) 20.Where(ci => before == null || ci.Id <= before) 21.Where(ci => after == null || ci.Id >= after)
System.Linq.Queryable (1)
System\Linq\Queryable.cs (1)
56new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, IQueryable<TSource>>(Where).Method,