6 overrides of AddUserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (4)
SqlStoreOnlyUsersTestBase.cs (1)
62
protected override void
AddUserStore
(IServiceCollection services, object context = null)
SqlStoreTestBase.cs (1)
107
protected override void
AddUserStore
(IServiceCollection services, object context = null)
UserStoreTest.cs (1)
53
protected override void
AddUserStore
(IServiceCollection services, object context = null)
UserStoreWithGenericsTest.cs (1)
34
protected override void
AddUserStore
(IServiceCollection services, object context = null)
Microsoft.AspNetCore.Identity.InMemory.Test (2)
InMemoryStoreTest.cs (1)
18
protected override void
AddUserStore
(IServiceCollection services, object context = null)
InMemoryUserStoreTest.cs (1)
19
protected override void
AddUserStore
(IServiceCollection services, object context = null)
2 references to AddUserStore
Microsoft.AspNetCore.Identity.Specification.Tests (2)
IdentitySpecificationTestBase.cs (1)
52
AddUserStore
(services, context);
UserManagerSpecificationTests.cs (1)
65
AddUserStore
(services, context);