4 references to PersonWithNoProperties
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (4)
121var bindingContext = CreateContext(GetMetadataForType(typeof(PersonWithNoProperties))); 137var bindingContext = CreateContext(GetMetadataForType(typeof(PersonWithNoProperties))); 322private IActionResult ActionWithNoSettablePropertiesParameter(PersonWithNoProperties parameter) => null; 358Assert.IsType<PersonWithNoProperties>(bindingContext.Result.Model);