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)); 216using (var db = new IdentityDbContext(options)) 223using (var db = new IdentityDbContext(options)) 224using (var db2 = new IdentityDbContext(options)) 247using (var db = new IdentityDbContext(options)) 254using (var db = new IdentityDbContext(options)) 255using (var db2 = new IdentityDbContext(options)) 276using (var db = new IdentityDbContext(options)) 283using (var db = new IdentityDbContext(options)) 284using (var db2 = new IdentityDbContext(options)) 306using (var db = new IdentityDbContext(options)) 313using (var db = new IdentityDbContext(options)) 314using (var db2 = new IdentityDbContext(options)) 337using (var db = new IdentityDbContext(options)) 344using (var db = new IdentityDbContext(options)) 345using (var db2 = new IdentityDbContext(options)) 367using (var db = new IdentityDbContext(options)) 374using (var db = new IdentityDbContext(options)) 375using (var db2 = new IdentityDbContext(options))