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