8 references to
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityDbContext.cs (2)
17public IdentityDbContext(DbContextOptions options) : base(options) { } 35public IdentityDbContext(DbContextOptions options) : base(options) { }
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (6)
MaxKeyLengthSchemaTest.cs (1)
44: base(options)
SqlStoreTestBase.cs (1)
61public TestDbContext(DbContextOptions options) : base(options) { }
VersionTestDbContext.cs (4)
14: base(options) 22: base(options) 30: base(options) 68: base(options)