1 instantiation of LazyPerson
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Validation\DefaultComplexObjectValidationStrategyTest.cs (1)
130
var model = new
LazyPerson
(input: null);
2 references to LazyPerson
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Validation\DefaultComplexObjectValidationStrategyTest.cs (2)
130
var
model = new LazyPerson(input: null);
131
var metadata = TestModelMetadataProvider.CreateDefaultProvider().GetMetadataForType(typeof(
LazyPerson
));