3 references to Roles
Microsoft.AspNetCore.Identity.Specification.Tests (2)
IdentitySpecificationTestBase.cs (2)
331Assert.Equal(roles.Count, manager.Roles.Count(func)); 333Assert.Empty(manager.Roles.Where(func));
Microsoft.AspNetCore.Identity.Test (1)
RoleManagerTest.cs (1)
55Assert.Throws<NotSupportedException>(() => manager.Roles.Count());