2 instantiations of Person
Microsoft.Extensions.Validation.Tests (2)
ValidatableTypeInfoTests.cs (2)
46var personWithMissingRequiredFields = new Person 302var person = new Person
11 references to Person
Microsoft.Extensions.Validation.Tests (11)
ValidatableTypeInfoTests.cs (11)
21typeof(Person), 23CreatePropertyInfo(typeof(Person), typeof(string), "Name", "Name", 25CreatePropertyInfo(typeof(Person), typeof(int), "Age", "Age", 27CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 42{ typeof(Person), personType }, 46var personWithMissingRequiredFields = new Person 294typeof(Person), 296CreatePropertyInfo(typeof(Person), typeof(string), "Name", "Name", 298CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 302var person = new Person 311{ typeof(Person), personType }