1 write to Street
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
BinderTypeBasedModelBinderIntegrationTest.cs (1)
329var address = new Address() { Street = "SomeStreet" };
5 references to Street
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
BinderTypeBasedModelBinderIntegrationTest.cs (5)
177Assert.Equal("SomeStreet", address.Street); 267Assert.Equal("SomeStreet", boundPerson.Address.Street); 306Assert.Equal("SomeStreet", boundPerson.Address.Street); 333new string[] { address.Street }, 334address.Street);