1 instantiation of ModelWithDataMemberIsRequired
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (1)
810var model = new ModelWithDataMemberIsRequired
2 references to ModelWithDataMemberIsRequired
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (2)
810var model = new ModelWithDataMemberIsRequired 820var property = GetMetadataForProperty(model.GetType(), nameof(ModelWithDataMemberIsRequired.Age));