9 instantiations of Blog
Diagnostics.EFCore.FunctionalTests (9)
DatabaseErrorPageMiddlewareTest.cs (9)
123db.Blogs.Add(new Blog()); 158db.Blogs.Add(new Blog()); 175db.Blogs.Add(new Blog()); 223db.Blogs.Add(new Blog()); 263db.Blogs.Add(new Blog()); 319db.Blogs.Add(new Blog()); 426db.Blogs.Add(new Blog()); 469db.Blogs.Add(new Blog()); 503db.Blogs.Add(new Blog());
1 reference to Blog
Diagnostics.EFCore.FunctionalTests (1)
TestModels\BloggingContext.cs (1)
14public DbSet<Blog> Blogs { get; set; }