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