2 references to PersonWithAllPropertiesExcluded
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (2)
366private IActionResult ActionWithAllPropertiesExcludedParameter(PersonWithAllPropertiesExcluded parameter) => null; 402Assert.IsType<PersonWithAllPropertiesExcluded>(bindingContext.Result.Model);