6 writes to ProductName
HtmlGenerationWebSite (6)
Controllers\HtmlGeneration_HomeController.cs (3)
16ProductName = "Product_0", 22ProductName = "Product_1", 27ProductName = "Product_2",
ProductsService.cs (3)
17new Product { ProductName = "Book1" }, 18new Product { ProductName = "Book2" } 22new Product { ProductName = "Laptops" }
1 reference to ProductName
HtmlGenerationWebSite (1)
ProductsService.cs (1)
47return products.Select(p => p.ProductName);