1 instantiation of Address
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
47
Address = new
Address
() // Missing required City and Street
7 references to Address
Microsoft.AspNetCore.Http.Abstractions.Tests (7)
Validation\ValidatableTypeInfoTests.cs (7)
25
CreatePropertyInfo(typeof(Person), typeof(
Address
), "Address", "Address",
30
typeof(
Address
),
32
CreatePropertyInfo(typeof(
Address
), typeof(string), "Street", "Street",
34
CreatePropertyInfo(typeof(
Address
), typeof(string), "City", "City",
41
{ typeof(
Address
), addressType }
255
CreatePropertyInfo(typeof(Person), typeof(
Address
), "Address", "Address",
598
public
Address
? Address { get; set; }