3 references to Count
Microsoft.AspNetCore.Identity.Specification.Tests (2)
IdentitySpecificationTestBase.cs (1)
331Assert.Equal(roles.Count, manager.Roles.Count(func));
UserManagerSpecificationTests.cs (1)
941Assert.Equal(users.Count, mgr.Users.Count(UserNameStartsWithPredicate("CanFindUsersViaUserQueryable")));
System.Linq.Queryable (1)
System\Linq\Queryable.cs (1)
1585new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, int>(Count).Method,