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