1 write to DateOfBirth
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (1)
835
DateOfBirth
= dob
2 references to DateOfBirth
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (2)
513
[InlineData(nameof(PersonWithBindExclusion.
DateOfBirth
))]
857
Assert.Equal(dob, model.
DateOfBirth
);