1 instantiation of Product
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
346var product = new Product { SKU = "INVALID-SKU" };
4 references to Product
Microsoft.AspNetCore.Http.Abstractions.Tests (4)
Validation\ValidatableTypeInfoTests.cs (4)
341typeof(Product), 343CreatePropertyInfo(typeof(Product), typeof(string), "SKU", "SKU", [new RequiredAttribute(), new CustomSkuValidationAttribute()]), 346var product = new Product { SKU = "INVALID-SKU" }; 351{ typeof(Product), productType }