9 references to
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityDbContext.cs (2)
17
public IdentityDbContext(DbContextOptions options) :
base
(options) { }
35
public IdentityDbContext(DbContextOptions options) :
base
(options) { }
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (7)
MaxKeyLengthSchemaTest.cs (1)
44
:
base
(options)
SqlStoreTestBase.cs (1)
61
public TestDbContext(DbContextOptions options) :
base
(options) { }
VersionTestDbContext.cs (5)
14
:
base
(options)
22
:
base
(options)
30
:
base
(options)
38
:
base
(options)
77
:
base
(options)