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