2 instantiations of Person
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
Validation\ValidatableTypeInfoTests.cs (2)
47var personWithMissingRequiredFields = new Person 269var person = new Person
11 references to Person
Microsoft.AspNetCore.Http.Abstractions.Tests (11)
Validation\ValidatableTypeInfoTests.cs (11)
17typeof(Person), 19CreatePropertyInfo(typeof(Person), typeof(string), "Name", "Name", 21CreatePropertyInfo(typeof(Person), typeof(int), "Age", "Age", 23CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 38{ typeof(Person), personType }, 47var personWithMissingRequiredFields = new Person 253typeof(Person), 255CreatePropertyInfo(typeof(Person), typeof(string), "Name", "Name", 257CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 265{ typeof(Person), personType } 269var person = new Person