1 type derived from IdentityUserContext
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserOnlyTest.cs (1)
18public class TestUserDbContext : IdentityUserContext<IdentityUser>
2 references to IdentityUserContext
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityUserContext.cs (2)
20/// Initializes a new instance of <see cref="IdentityUserContext{TUser}"/>. 26/// Initializes a new instance of the <see cref="IdentityUserContext{TUser}" /> class.