9 instantiations of Blog
Diagnostics.EFCore.FunctionalTests (9)
DatabaseErrorPageMiddlewareTest.cs (9)
124db.Blogs.Add(new Blog()); 159db.Blogs.Add(new Blog()); 176db.Blogs.Add(new Blog()); 224db.Blogs.Add(new Blog()); 264db.Blogs.Add(new Blog()); 320db.Blogs.Add(new Blog()); 427db.Blogs.Add(new Blog()); 470db.Blogs.Add(new Blog()); 504db.Blogs.Add(new Blog());
1 reference to Blog
Diagnostics.EFCore.FunctionalTests (1)
TestModels\BloggingContext.cs (1)
14public DbSet<Blog> Blogs { get; set; }