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)
241return base.GetMetadataForProperties(modelType).Where(property => !_shouldExclude(property));