1 instantiation of RoleStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserStoreTest.cs (1)
60
services.AddSingleton<IRoleStore<IdentityRole>>(new
RoleStore
<IdentityRole, IdentityDbContext>((IdentityDbContext)context));
1 reference to RoleStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
RoleStore.cs (1)
36
/// Constructs a new instance of <see cref="
RoleStore
{TRole, TContext}"/>.