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