1 instantiation of IdentityUserRoleWithDate
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserStoreWithGenericsTest.cs (1)
210
return new
IdentityUserRoleWithDate
()
4 references to IdentityUserRoleWithDate
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (4)
UserStoreWithGenericsTest.cs (4)
199
public class UserStoreWithGenerics : UserStore<IdentityUserWithGenerics, MyIdentityRole, ContextWithGenerics, string, IdentityUserClaimWithIssuer,
IdentityUserRoleWithDate
, IdentityUserLoginWithContext, IdentityUserTokenWithStuff, IdentityRoleClaimWithIssuer>
208
protected override
IdentityUserRoleWithDate
CreateUserRole(IdentityUserWithGenerics user, MyIdentityRole role)
248
public class RoleStoreWithGenerics : RoleStore<MyIdentityRole, ContextWithGenerics, string,
IdentityUserRoleWithDate
, IdentityRoleClaimWithIssuer>
324
public class ContextWithGenerics : IdentityDbContext<IdentityUserWithGenerics, MyIdentityRole, string, IdentityUserClaimWithIssuer,
IdentityUserRoleWithDate
, IdentityUserLoginWithContext, IdentityRoleClaimWithIssuer, IdentityUserTokenWithStuff>