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