5 references to ModelWithMixedBindingBehaviors
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (5)
746[InlineData(nameof(ModelWithMixedBindingBehaviors.Required), true)] 747[InlineData(nameof(ModelWithMixedBindingBehaviors.Optional), true)] 748[InlineData(nameof(ModelWithMixedBindingBehaviors.Never), false)] 752var metadata = GetMetadataForProperty(typeof(ModelWithMixedBindingBehaviors), property); 759ModelMetadata = GetMetadataForType(typeof(ModelWithMixedBindingBehaviors)),