4 references to PersonWithNoProperties
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (4)
120var bindingContext = CreateContext(GetMetadataForType(typeof(PersonWithNoProperties))); 136var bindingContext = CreateContext(GetMetadataForType(typeof(PersonWithNoProperties))); 382private IActionResult ActionWithNoSettablePropertiesParameter(PersonWithNoProperties parameter) => null; 418Assert.IsType<PersonWithNoProperties>(bindingContext.Result.Model);