5 references to Any
CatalogDb (3)
CatalogDbInitializer.cs (3)
84if (!dbContext.CatalogBrands.Any()) 94if (!dbContext.CatalogTypes.Any()) 104if (!dbContext.CatalogItems.Any())
System.Linq.Queryable (1)
System\Linq\Queryable.cs (1)
2200new Func<IQueryable<TSource>, bool>(Any).Method,
TestProject.IntegrationServiceA (1)
Postgres\NpgsqlEFCoreExtensions.cs (1)
18return results.Any() ? Results.Ok("Success!") : Results.Problem("Failed");