5 writes to Brand
CatalogDb (5)
CatalogDbInitializer.cs (5)
41new() { Brand = "Azure" }, 42new() { Brand = ".NET" }, 43new() { Brand = "Visual Studio" }, 44new() { Brand = "SQL Server" }, 45new() { Brand = "Other" }
3 references to Brand
CatalogDb (3)
CatalogDbInitializer.cs (2)
61var dotNet = catalogBrands.First(b => b.Brand == ".NET"); 62var other = catalogBrands.First(b => b.Brand == "Other");
Model.cs (1)
92builder.Property(cb => cb.Brand)