2 references to
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
RoleStore.cs (1)
61
public RoleStore(TContext context, IdentityErrorDescriber? describer = null) :
base
(context, describer) { }
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserStoreWithGenericsTest.cs (1)
251
public RoleStoreWithGenerics(ContextWithGenerics context, string loginContext) :
base
(context)