2 writes to ProductName
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
Validation\ValidatableTypeInfoTests.cs (2)
218
new OrderItem {
ProductName
= "Valid Product", Quantity = 5 },
220
new OrderItem {
ProductName
= "Another Product", Quantity = 200 /* Invalid quantity */ }