4 overrides of AddRoleStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (3)
SqlStoreTestBase.cs (1)
112
protected override void
AddRoleStore
(IServiceCollection services, object context = null)
UserStoreTest.cs (1)
58
protected override void
AddRoleStore
(IServiceCollection services, object context = null)
UserStoreWithGenericsTest.cs (1)
39
protected override void
AddRoleStore
(IServiceCollection services, object context = null)
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryStoreTest.cs (1)
23
protected override void
AddRoleStore
(IServiceCollection services, object context = null)
2 references to AddRoleStore
Microsoft.AspNetCore.Identity.Specification.Tests (2)
IdentitySpecificationTestBase.cs (2)
53
AddRoleStore
(services, context);
69
AddRoleStore
(services, context);