1 write to Street
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
BinderTypeBasedModelBinderIntegrationTest.cs (1)
354
var address = new Address3 {
Street
= "SomeStreet" };
3 references to Street
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
BinderTypeBasedModelBinderIntegrationTest.cs (3)
229
Assert.Equal("SomeStreet", person.Address.
Street
);
358
new string[] { address.
Street
},
359
address.
Street
);