2 references to
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserStore.cs (1)
78public UserStore(TContext context, IdentityErrorDescriber? describer = null) : base(context, describer) { }
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserStoreWithGenericsTest.cs (1)
203public UserStoreWithGenerics(ContextWithGenerics context, string loginContext) : base(context)