1 write to _shouldExclude
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Validation\DefaultComplexObjectValidationStrategyTest.cs (1)
236
_shouldExclude
= shouldExclude;
1 reference to _shouldExclude
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Validation\DefaultComplexObjectValidationStrategyTest.cs (1)
241
return base.GetMetadataForProperties(modelType).Where(property => !
_shouldExclude
(property));