3 writes to Name
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Validation\DefaultObjectValidatorTests.cs (3)
364
var model = (object)new Person() {
Name
= "Rick", Friend = new Person() };
651
var person = new Person() {
Name
= "Billy" };
687
var person = new Person() {
Name
= "Billy" };