2 writes to ProductName
Microsoft.Extensions.Validation.Tests (2)
ValidatableTypeInfoTests.cs (2)
251new OrderItem { ProductName = "Valid Product", Quantity = 5 }, 253new OrderItem { ProductName = "Another Product", Quantity = 200 /* Invalid quantity */ }