1 instantiation of Address
Microsoft.Extensions.Validation.Tests (1)
ValidatableTypeInfoTests.cs (1)
49
Address = new
Address
() // Missing required City and Street
7 references to Address
Microsoft.Extensions.Validation.Tests (7)
ValidatableTypeInfoTests.cs (7)
27
CreatePropertyInfo(typeof(Person), typeof(
Address
), "Address", "Address",
32
typeof(
Address
),
34
CreatePropertyInfo(typeof(
Address
), typeof(string), "Street", "Street",
36
CreatePropertyInfo(typeof(
Address
), typeof(string), "City", "City",
43
{ typeof(
Address
), addressType }
298
CreatePropertyInfo(typeof(Person), typeof(
Address
), "Address", "Address",
641
public
Address
? Address { get; set; }