20 references to IdentityDbContext
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (20)
UserStoreTest.cs (20)
66var store = new UserStore(new IdentityDbContext(new DbContextOptionsBuilder<IdentityDbContext>().Options)); 100var store = new UserStore(new IdentityDbContext(new DbContextOptionsBuilder<IdentityDbContext>().Options)); 213using (var db = new IdentityDbContext(options)) 220using (var db = new IdentityDbContext(options)) 221using (var db2 = new IdentityDbContext(options)) 244using (var db = new IdentityDbContext(options)) 251using (var db = new IdentityDbContext(options)) 252using (var db2 = new IdentityDbContext(options)) 273using (var db = new IdentityDbContext(options)) 280using (var db = new IdentityDbContext(options)) 281using (var db2 = new IdentityDbContext(options)) 303using (var db = new IdentityDbContext(options)) 310using (var db = new IdentityDbContext(options)) 311using (var db2 = new IdentityDbContext(options)) 334using (var db = new IdentityDbContext(options)) 341using (var db = new IdentityDbContext(options)) 342using (var db2 = new IdentityDbContext(options)) 364using (var db = new IdentityDbContext(options)) 371using (var db = new IdentityDbContext(options)) 372using (var db2 = new IdentityDbContext(options))