20 references to IdentityDbContext
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (20)
UserStoreTest.cs (20)
66
var store = new UserStore(new
IdentityDbContext
(new DbContextOptionsBuilder<IdentityDbContext>().Options));
100
var store = new UserStore(new
IdentityDbContext
(new DbContextOptionsBuilder<IdentityDbContext>().Options));
216
using (var db = new
IdentityDbContext
(options))
223
using (var db = new
IdentityDbContext
(options))
224
using (var db2 = new
IdentityDbContext
(options))
247
using (var db = new
IdentityDbContext
(options))
254
using (var db = new
IdentityDbContext
(options))
255
using (var db2 = new
IdentityDbContext
(options))
276
using (var db = new
IdentityDbContext
(options))
283
using (var db = new
IdentityDbContext
(options))
284
using (var db2 = new
IdentityDbContext
(options))
306
using (var db = new
IdentityDbContext
(options))
313
using (var db = new
IdentityDbContext
(options))
314
using (var db2 = new
IdentityDbContext
(options))
337
using (var db = new
IdentityDbContext
(options))
344
using (var db = new
IdentityDbContext
(options))
345
using (var db2 = new
IdentityDbContext
(options))
367
using (var db = new
IdentityDbContext
(options))
374
using (var db = new
IdentityDbContext
(options))
375
using (var db2 = new
IdentityDbContext
(options))