1 instantiation of UserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserStoreTest.cs (1)
55
services.AddSingleton<IUserStore<IdentityUser>>(new
UserStore
<IdentityUser, IdentityRole, IdentityDbContext>((IdentityDbContext)context));
2 references to UserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (1)
34
/// Constructs a new instance of <see cref="
UserStore
{TUser, TRole, TContext}"/>.
UserStore.cs (1)
53
/// Constructs a new instance of <see cref="
UserStore
{TUser, TRole, TContext}"/>.