2 references to Any
System.Linq.Queryable (1)
System\Linq\Queryable.cs (1)
1534new Func<IQueryable<TSource>, bool>(Any).Method,
TestProject.IntegrationServiceA (1)
Postgres\NpgsqlEFCoreExtensions.cs (1)
18return results.Any() ? Results.Ok("Success!") : Results.Problem("Failed");