2 references to PropertyWithDefaultValue
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (2)
1031
var propertyMetadata = metadata.Properties[nameof(model.
PropertyWithDefaultValue
)];
1041
Assert.Equal(0m, person.
PropertyWithDefaultValue
);