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));
213
using (var db = new
IdentityDbContext
(options))
220
using (var db = new
IdentityDbContext
(options))
221
using (var db2 = new
IdentityDbContext
(options))
244
using (var db = new
IdentityDbContext
(options))
251
using (var db = new
IdentityDbContext
(options))
252
using (var db2 = new
IdentityDbContext
(options))
273
using (var db = new
IdentityDbContext
(options))
280
using (var db = new
IdentityDbContext
(options))
281
using (var db2 = new
IdentityDbContext
(options))
303
using (var db = new
IdentityDbContext
(options))
310
using (var db = new
IdentityDbContext
(options))
311
using (var db2 = new
IdentityDbContext
(options))
334
using (var db = new
IdentityDbContext
(options))
341
using (var db = new
IdentityDbContext
(options))
342
using (var db2 = new
IdentityDbContext
(options))
364
using (var db = new
IdentityDbContext
(options))
371
using (var db = new
IdentityDbContext
(options))
372
using (var db2 = new
IdentityDbContext
(options))