2 instantiations of Person
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
Validation\ValidatableTypeInfoTests.cs (2)
44var personWithMissingRequiredFields = new Person 259var person = new Person
11 references to Person
Microsoft.AspNetCore.Http.Abstractions.Tests (11)
Validation\ValidatableTypeInfoTests.cs (11)
19typeof(Person), 21CreatePropertyInfo(typeof(Person), typeof(string), "Name", "Name", 23CreatePropertyInfo(typeof(Person), typeof(int), "Age", "Age", 25CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 40{ typeof(Person), personType }, 44var personWithMissingRequiredFields = new Person 251typeof(Person), 253CreatePropertyInfo(typeof(Person), typeof(string), "Name", "Name", 255CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 259var person = new Person 268{ typeof(Person), personType }