4 references to FindGenericBaseType
Microsoft.AspNetCore.Identity.EntityFrameworkCore (4)
IdentityEntityFrameworkBuilderExtensions.cs (4)
31var identityUserType = FindGenericBaseType(userType, typeof(IdentityUser<>)); 41var identityRoleType = FindGenericBaseType(roleType, typeof(IdentityRole<>)); 49var identityContext = FindGenericBaseType(contextType, typeof(IdentityDbContext<,,,,,,,,>)); 77var identityContext = FindGenericBaseType(contextType, typeof(IdentityUserContext<,,,,,>));