1 instantiation of Address
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
50
Address = new
Address
() // Missing required City and Street
7 references to Address
Microsoft.AspNetCore.Http.Abstractions.Tests (7)
Validation\ValidatableTypeInfoTests.cs (7)
23
CreatePropertyInfo(typeof(Person), typeof(
Address
), "Address", "Address",
28
typeof(
Address
),
30
CreatePropertyInfo(typeof(
Address
), typeof(string), "Street", "Street",
32
CreatePropertyInfo(typeof(
Address
), typeof(string), "City", "City",
39
{ typeof(
Address
), addressType }
257
CreatePropertyInfo(typeof(Person), typeof(
Address
), "Address", "Address",
607
public
Address
? Address { get; set; }